public interface EventListener
extends java.util.EventListener
MQ client runtime may notify an application about a specific MQ event if one has been set to the MQ connection.
Modifier and Type | Method and Description |
---|---|
void |
onEvent(Event event)
Notify a MQ application of a MQ event.
|
void onEvent(Event event)
event
- the event generated by MQ runtime.Copyright (c) 2010, 2017 Oracle and/or its affiliates. All rights reserved.