org.davic.net.ca
Class MessageEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.davic.net.ca.MessageEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ModuleResponseEvent, ModuleStateChangedEvent, SessionClosedEvent, SessionOpenedEvent

public abstract class MessageEvent
extends java.util.EventObject

Base class of events related to message passing in the CA API

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 int getSessionId()
          Returns the session_id of the message session
 java.lang.Object getSource()
          Returns the source of the event
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSessionId

public int getSessionId()
Returns the session_id of the message session

Returns:
the session_id

getSource

public java.lang.Object getSource()
Returns the source of the event

Returns:
the CAModule object representing the CA module that is the source of this event