|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.deltax.util.listener.Signal
An anonymous signal class. This class doesn't carry any other information but the
source of the signal, and can say wether or not the source supports exception signals.
| Constructor Summary | |
Signal(java.lang.Object source)
Build a signal with the given source. |
|
| Method Summary | |
java.lang.Object |
getSource()
Return the stated source of the signal. |
boolean |
sourceSupportsExceptionSignals()
Return true if the source supports exception signals. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Signal(java.lang.Object source)
source - the stated source of the signal.| Method Detail |
public java.lang.Object getSource()
public boolean sourceSupportsExceptionSignals()
exception signals.
exception signals.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||