
public class LifecycleEventAdapter extends Object implements IListener
| Constructor and Description |
|---|
LifecycleEventAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyEvent(IEvent event) |
protected void |
notifyLifecycleEvent(ILifecycleEvent event) |
protected void |
notifyOtherEvent(IEvent event) |
protected void |
onAboutToActivate(ILifecycle lifecycle) |
protected void |
onAboutToDeactivate(ILifecycle lifecycle) |
protected void |
onActivated(ILifecycle lifecycle) |
protected void |
onDeactivated(ILifecycle lifecycle) |
public final void notifyEvent(IEvent event)
notifyEvent in interface IListenerprotected void notifyLifecycleEvent(ILifecycleEvent event)
protected void notifyOtherEvent(IEvent event)
protected void onAboutToActivate(ILifecycle lifecycle)
protected void onActivated(ILifecycle lifecycle)
protected void onAboutToDeactivate(ILifecycle lifecycle)
protected void onDeactivated(ILifecycle lifecycle)
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.