|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventListener
An event listener object is used to receive asynchronously delivered MQ events.
MQ client runtime may notify an application about a specific MQ event if one has been set to the MQ connection.
Method Summary | |
---|---|
void |
onEvent(Event event)
Notify a MQ application of a MQ event. |
Method Detail |
---|
void onEvent(Event event)
event
- the event generated by MQ runtime.
|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |