|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextManager.ContextState | |
org.isam.exehda.services | |
org.isam.exehda.services.ctxm |
Uses of ContextManager.ContextState in org.isam.exehda.services |
Methods in org.isam.exehda.services that return ContextManager.ContextState | |
ContextManager.ContextState |
ContextManager.Context.getStateInstance(java.lang.String state)
Returns a ContextState object that described the given
abstract state of this context element. |
Methods in org.isam.exehda.services with parameters of type ContextManager.ContextState | |
void |
ContextManager.ContextListener.contextChanged(ContextManager.ContextState prev,
ContextManager.ContextState curr)
Invoked by the ContextManager when a context element's changed its current state. |
void |
ContextManager.ContextListener.contextChanged(ContextManager.ContextState prev,
ContextManager.ContextState curr)
Invoked by the ContextManager when a context element's changed its current state. |
Uses of ContextManager.ContextState in org.isam.exehda.services.ctxm |
Methods in org.isam.exehda.services.ctxm that return ContextManager.ContextState | |
ContextManager.ContextState |
DoubleRange.getState()
|
ContextManager.ContextState |
ContextEvent.getPreviousState()
Returns the previous state of the context element. |
ContextManager.ContextState |
ContextEvent.getState()
Returns the current (new) state of the context element. |
ContextManager.ContextState |
ContextInfo.getCurrentState()
|
Constructors in org.isam.exehda.services.ctxm with parameters of type ContextManager.ContextState | |
DoubleRange(double ub,
boolean ubo,
double lb,
boolean lbo,
ContextManager.ContextState ctxs)
|
|
ContextEvent(ContextManager.ContextState prev,
ContextManager.ContextState curr,
long timeStamp)
Creates a new ContextEvent instance.
|
|
ContextEvent(ContextManager.ContextState prev,
ContextManager.ContextState curr,
long timeStamp)
Creates a new ContextEvent instance.
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |