|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.davic.net.ca.MessageEvent
org.davic.net.ca.ModuleResponseEvent
Base class for events that carry a message from the module
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
protected |
ModuleResponseEvent()
This constructor is provided for the use of implementations and specifications which extend the present document. |
Method Summary | |
byte[] |
getData()
Returns the data bytes of the response. |
java.lang.Object |
getSource()
Returns the CAModule that is the source of the event |
Methods inherited from class org.davic.net.ca.MessageEvent |
getSessionId |
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 |
Constructor Detail |
protected ModuleResponseEvent()
Method Detail |
public java.lang.Object getSource()
getSource
in class MessageEvent
public byte[] getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |