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:
java.io.Serializable

public class ContextMessageEvent
extends CAEvent

An event which indicates an asynchronous message from a Context.

See Also:
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

ContextMessageEvent

public ContextMessageEvent(Context ctxt,
                           java.lang.String msg)
Method Detail

getMessage

public java.lang.String getMessage()
Returns the String containing the message from the Context.