anon.util
Class Updater.ObservableInfo
java.lang.Object
anon.util.Updater.ObservableInfo
- Enclosing class:
- Updater
public abstract static class Updater.ObservableInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_observable
private java.util.Observable m_observable
Updater.ObservableInfo
public Updater.ObservableInfo(java.util.Observable a_observable)
notifyAdditionalObserversOnUpdate
public void notifyAdditionalObserversOnUpdate(java.lang.Class a_updatedClass)
updateImmediately
public boolean updateImmediately()
getObservable
public final java.util.Observable getObservable()
getUpdateChanged
public abstract java.lang.Integer getUpdateChanged()
isUpdateDisabled
public abstract boolean isUpdateDisabled()