JIVE Platform
Release 0.2.2

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

All Superinterfaces:
Event.Importer
Enclosing interface:
ReturnEvent

public static interface ReturnEvent.Importer
extends Event.Importer

Importer (builder) for return events.


Method Summary
 ReturnEvent.Returner providePreviousContext()
          Provides the previous context.
 Value provideReturnValue()
          Provides the value returned from the method.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Importer
provideNumber, provideThreadID
 

Method Detail

provideReturnValue

Value provideReturnValue()
Provides the value returned from the method.

Returns:
the return value

providePreviousContext

ReturnEvent.Returner providePreviousContext()
Provides the previous context.

Returns:
the previous context.

JIVE Platform
Release 0.2.2