"/**"
.
@see #subscribe(String,GenesysEventListener)
subscribeAll(listener, ItemA.class, ItemB.class);
get()
from inside the listener to obtain the specific items.
@param listener The listener called when all prerequisites are met. Note that thelistener will be called without any object (i.e., item
is null
). You must use the broker's get()
function.
@param all All IDs we should subscribe to.
|
|
|
|
|
|