Package samer.silk

Class SilkObserver

  • java.lang.Object
    • samer.silk.SilkObserver
  • All Implemented Interfaces:
    java.util.Observer


    public class SilkObserver
    extends java.lang.Object
    implements java.util.Observer
    • Constructor Summary

      Constructors 
      Constructor and Description
      SilkObserver(Procedure _update) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void update(java.util.Observable o, java.lang.Object a) 
      • Methods inherited from class java.lang.Object

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

      • SilkObserver

        public SilkObserver(Procedure _update)
    • Method Detail

      • update

        public void update(java.util.Observable o,
                           java.lang.Object a)
        Specified by:
        update in interface java.util.Observer