Documentation of 'org.joone.engine.AbstractEventNotifier' Java class
AbstractEventNotifier
org.joone.engine

Class AbstractEventNotifier

  • All Implemented Interfaces:
    java.lang.Runnable
    Direct Known Subclasses:
    NetStoppedEventNotifier


    public abstract class AbstractEventNotifier
    extends java.lang.Object
    implements java.lang.Runnable
    This class raises an event notification invoking the corrisponnding Monitor.fireXXX method. The event is raised from within a separate Thread to avoid the race conditions to happen
    • Constructor Summary

      Constructors 
      Constructor and Description
      AbstractEventNotifier(Monitor mon)
      Creates a new instance of AbstractEventNotifier
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method and Description
      abstract void run()
      The inherited classes must to override this method invoking into it the desired monitor.fireXXX method
      void start() 
      • Methods inherited from class java.lang.Object

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

      • AbstractEventNotifier

        public AbstractEventNotifier(Monitor mon)
        Creates a new instance of AbstractEventNotifier
    • Method Detail

      • run

        public abstract void run()
        The inherited classes must to override this method invoking into it the desired monitor.fireXXX method
        Specified by:
        run in interface java.lang.Runnable
      • start

        public void start()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.