JIVE Platform
Release 0.2.2

edu.bsu.cs.jive.events
Interface ReturnEvent.Exporter

All Superinterfaces:
Event.Exporter
All Known Implementing Classes:
MethodReturnedSearchQuery.ReturnEventExporter
Enclosing interface:
ReturnEvent

public static interface ReturnEvent.Exporter
extends Event.Exporter

Exporter (reverse-builder) for return events


Method Summary
 void addPreviousContext(ReturnEvent.Returner returner)
          Adds the previous context.
 void addReturnValue(Value value)
          Adds the value returned from the method.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Exporter
addNumber, addThreadID
 

Method Detail

addReturnValue

void addReturnValue(Value value)
Adds the value returned from the method. This is called by ReturnEvent#export(Exporter).

Parameters:
value - the return value

addPreviousContext

void addPreviousContext(ReturnEvent.Returner returner)
Adds the previous context. This method is called by ReturnEvent#export(Exporter).

Parameters:
returner - the previous context

JIVE Platform
Release 0.2.2