Class ImagePaintComponent.ObservableMe

  • Enclosing class:
    ImagePaintComponent

    public class ImagePaintComponent.ObservableMe
    extends java.util.Observable
    • Constructor Summary

      Constructors 
      Constructor Description
      ObservableMe()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setChanged()  
      • Methods inherited from class java.util.Observable

        addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObservableMe

        public ObservableMe()
    • Method Detail

      • setChanged

        public void setChanged()
        Overrides:
        setChanged in class java.util.Observable