
public abstract class CDODirtyStateAdapter extends Object implements IListener
listener that calls the onDirtyStateChanged(boolean) method when the dirty state
of the view this listener is registered with has changed.| Constructor and Description |
|---|
CDODirtyStateAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyEvent(IEvent event) |
protected void |
notifyOtherEvent(IEvent event) |
protected abstract void |
onDirtyStateChanged(boolean dirty) |
public void notifyEvent(IEvent event)
notifyEvent in interface IListenerprotected void notifyOtherEvent(IEvent event)
protected abstract void onDirtyStateChanged(boolean dirty)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.