org.oddjob.designer.model
Class DEObservable
java.lang.Object
org.oddjob.designer.model.DEObservable
- public abstract class DEObservable
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEObservable
public DEObservable()
update
public abstract void update(DEObserver observer)
childAdded
public static DEObservable childAdded(DesignElement child,
int index)
childRemoved
public static DEObservable childRemoved(DesignElement child,
int index)
childChanged
public static DEObservable childChanged(DEObservable observable)
attributeChanged
public static DEObservable attributeChanged(java.lang.String attribute)
detailChanged
public static DEObservable detailChanged(java.lang.Object detail)