public interface BroadcasterListener
Broadcaster events lifecycle| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(Broadcaster b)
Invoked when the Broadcast operation complete.
|
void |
onPostCreate(Broadcaster b)
Invoked just after the
Broadcaster has been created |
void |
onPreDestroy(Broadcaster b)
Invoked before a Broadcaster is about to be deleted.
|
void onPostCreate(Broadcaster b)
Broadcaster has been createdb - a Broadcastervoid onComplete(Broadcaster b)
b - a Broadcastervoid onPreDestroy(Broadcaster b)
b - a BroadcasterCopyright © 2018. All Rights Reserved.