Package PamUtils

Class TimedObservable

java.lang.Object
java.util.Observable
PamUtils.TimedObservable
Direct Known Subclasses:
PamHistogram, PamHistogram2

public class TimedObservable extends Observable
  • Constructor Details Link icon

    • TimedObservable Link icon

      public TimedObservable()
  • Method Details Link icon

    • notifyObservers Link icon

      public void notifyObservers(boolean immediate)
      Always send out a notification immediately. Not possible to wait
      Parameters:
      immediate - Notify immediately ignoring the delay
    • notifyObservers Link icon

      public void notifyObservers()
      Overrides:
      notifyObservers in class Observable
    • notifyObservers Link icon

      public void notifyObservers(Object arg)
      Overrides:
      notifyObservers in class Observable
    • getDelay Link icon

      public int getDelay()
    • setDelay Link icon

      public void setDelay(int delay)