EventBus.unregister

Unregisters all previously-registered event handler methods on the specified instance. If the specified object was not previously registered, calling this method has no effect.

@param subscriber the previously

interface EventBus
void
unregister
(
Object subscriber
)

Meta