anon.util
Class Updater.ObservableInfo

java.lang.Object
  extended by anon.util.Updater.ObservableInfo
Enclosing class:
Updater

public abstract static class Updater.ObservableInfo
extends java.lang.Object


Field Summary
private  java.util.Observable m_observable
           
 
Constructor Summary
Updater.ObservableInfo(java.util.Observable a_observable)
           
 
Method Summary
 java.util.Observable getObservable()
           
abstract  java.lang.Integer getUpdateChanged()
           
abstract  boolean isUpdateDisabled()
           
 void notifyAdditionalObserversOnUpdate(java.lang.Class a_updatedClass)
           
 boolean updateImmediately()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_observable

private java.util.Observable m_observable
Constructor Detail

Updater.ObservableInfo

public Updater.ObservableInfo(java.util.Observable a_observable)
Method Detail

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()