public class AppUninstallListener
extends java.lang.Object
AppUninstallEvent
from the EventBus
, builds a new
EventEntity
and then it posts another event EventCreated
on
the same EventBus
for further processingModifier and Type | Field and Description |
---|---|
private com.google.common.eventbus.EventBus |
eventBus |
Constructor and Description |
---|
AppUninstallListener(com.google.common.eventbus.EventBus eventBus) |
Modifier and Type | Method and Description |
---|---|
void |
uninstall(AppUninstallEvent e) |
@Inject public AppUninstallListener(com.google.common.eventbus.EventBus eventBus)
public void uninstall(AppUninstallEvent e)