|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Event listener interface.
NOTE: For all of the methods in this interface, it is important to return as quickly as possible. Any complicated prosessing should be queued to another thread.
Method Summary | |
---|---|
void |
receiveEvent(com.tivoli.twg.alertmgr.TWGEventEvent event)
Method to receive an event. |
void |
receivePublish(TWGPublish publish)
Method to receive a publish event. |
void |
receivePublishList(java.util.Vector publishList)
Method to receive a list of existing publications. |
void |
receiveUnpublish(TWGUnpublish unpublish)
Method to receive an unpublish event. |
Method Detail |
public void receiveEvent(com.tivoli.twg.alertmgr.TWGEventEvent event)
event
- event to process.public void receivePublishList(java.util.Vector publishList)
publishList
- vector of publish objects to process.public void receivePublish(TWGPublish publish)
publish
- publish object to process.public void receiveUnpublish(TWGUnpublish unpublish)
unpublish
- unpublish object to process.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |