|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.deltax.util.listener.Signal com.deltax.util.listener.MsgSignal
A signal class carrying a message.
Constructor Summary | |
MsgSignal(java.lang.String msg,
java.lang.Object source)
Create a signal with the given message. |
Method Summary | |
java.lang.String |
getMsg()
Return the signal message. |
Methods inherited from class com.deltax.util.listener.Signal |
getSource, sourceSupportsExceptionSignals |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MsgSignal(java.lang.String msg, java.lang.Object source)
msg
- the messagesource
- the stated signal source.Method Detail |
public java.lang.String getMsg()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |