|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject com.taursys.xml.event.InitContextEvent
InitContextEvent is a message for initializing the context of a component.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
InitContextEvent(java.lang.Object source,
java.util.Map context)
Constructs a new InitContextEvent with the given source and context. |
Method Summary | |
java.util.Map |
getContext()
Get the Map of key/values which make up the context. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InitContextEvent(java.lang.Object source, java.util.Map context)
source
- the Object that originated this messagecontext
- a Map
of key/values which make up the context.Method Detail |
public java.util.Map getContext()
Map
of key/values which make up the context.
Map
of key/values which make up the context.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |