|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gnu.hylafax.job.BasicSendNotifier
This interface defines what a class should implement in order to notify others of job related events.
SendListener,
SendEvent| Constructor Summary | |
BasicSendNotifier()
|
|
| Method Summary | |
void |
addSendListener(SendListener l)
This method is called to register a Job Listener. |
void |
notifySendListeners(SendEvent details)
This method is called when Job state changes. |
void |
removeSendListener(SendListener l)
This method is used to deregister a Job Listener. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicSendNotifier()
| Method Detail |
public void notifySendListeners(SendEvent details)
notifySendListeners in interface SendNotifierpublic void addSendListener(SendListener l)
addSendListener in interface SendNotifierpublic void removeSendListener(SendListener l)
removeSendListener in interface SendNotifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||