|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StateContextLookup
Lookups a StateContext
from a collection of event arguments.
Method Summary | |
---|---|
StateContext |
lookup(Object[] eventArgs)
Searches the arguments from an Event and returns a
StateContext if any of the arguments holds one. |
Method Detail |
---|
StateContext lookup(Object[] eventArgs)
Event
and returns a
StateContext
if any of the arguments holds one. NOTE! This method
must create a new StateContext
if a compatible object is in
the arguments and the next time that same object is passed to this
method the same StateContext
should be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |