|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--gov.aps.jca.event.CAEvent
|
+--gov.aps.jca.event.ContextMessageEvent
An event which indicates an asynchronous message from a Context.
Context,
Serialized Form| Constructor Summary | |
ContextMessageEvent(Context ctxt,
java.lang.String msg)
|
|
| Method Summary | |
java.lang.String |
getMessage()
Returns the String containing the message from the Context. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContextMessageEvent(Context ctxt,
java.lang.String msg)
| Method Detail |
public java.lang.String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||