abstract fun handlerUnregistered(handler: H): Unit
Called when a handler has been unregistered from the event bus. No specific thread and context can be expected when this method is called.
handler - the unregistered handler
handler