|
|||||||||||
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.NamedSignal
A signal with a name.
Constructor Summary | |
NamedSignal(java.lang.String name,
java.lang.Object source)
Create a signal with the given name. |
Method Summary | |
java.lang.String |
getName()
Return the name of the signal |
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 NamedSignal(java.lang.String name, java.lang.Object source)
name
- the name of the signalsource
- the stated source of the signalMethod Detail |
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |