com.evelopers.unimod.debug.protocol
Class JavaSpecificMessageCoder.StateMachineContextImpl1

java.lang.Object
  extended bycom.evelopers.unimod.debug.protocol.JavaSpecificMessageCoder.StateMachineContextImpl1
All Implemented Interfaces:
java.io.Serializable, StateMachineContext
Enclosing class:
JavaSpecificMessageCoder

public static class JavaSpecificMessageCoder.StateMachineContextImpl1
extends java.lang.Object
implements StateMachineContext, java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.evelopers.unimod.runtime.context.StateMachineContext
StateMachineContext.Context
 
Method Summary
 StateMachineContext.Context getApplicationContext()
          Must return application context
 StateMachineContext.Context getEventContext()
          Must return event context
 StateMachineContext.Context getUserContext()
          Must return user context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getApplicationContext

public StateMachineContext.Context getApplicationContext()
Description copied from interface: StateMachineContext
Must return application context

Specified by:
getApplicationContext in interface StateMachineContext
Returns:
application context

getUserContext

public StateMachineContext.Context getUserContext()
Description copied from interface: StateMachineContext
Must return user context

Specified by:
getUserContext in interface StateMachineContext
Returns:
user context

getEventContext

public StateMachineContext.Context getEventContext()
Description copied from interface: StateMachineContext
Must return event context

Specified by:
getEventContext in interface StateMachineContext
Returns:
event context