Package gov.aps.jca.event
Class ContextMessageEvent
- java.lang.Object
-
- java.util.EventObject
-
- gov.aps.jca.event.CAEvent
-
- gov.aps.jca.event.ContextMessageEvent
-
- All Implemented Interfaces:
Serializable
public class ContextMessageEvent extends CAEvent
An event which indicates an asynchronous message from a Context.- See Also:
Context, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ContextMessageEvent(Context ctxt, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Returns the String containing the message from the Context.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-