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) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html