|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BrokerStatusListener
A receiver of broker status changes. Objects which need to
receive broker status changes must implement this interface,
as well as register themselves with a client via Client.addBrokerStatusListener(BrokerStatusListener).
It's expected that listeners will take a short time to return because all listeners are invoked sequentially. If a listener takes too much time to process a status change, it will delay the status delivery to other registered listeners.
| Method Summary | |
|---|---|
void |
receiveBrokerStatus(BrokerStatus status)
Supplies a broker status to the receiver. |
| Method Detail |
|---|
void receiveBrokerStatus(BrokerStatus status)
status - The status.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||