Class FVEventListener


  • public class FVEventListener
    extends java.util.Observable
    Extension of the Java Observer class that allows clients to send FVEvent messages to subscribers.
    • Constructor Summary

      Constructors 
      Constructor Description
      FVEventListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void send​(FVEvent evt)
      Fires off the given FVEvent using the appropriate Observer methods.
      • Methods inherited from class java.util.Observable

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

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

      • FVEventListener

        public FVEventListener()
    • Method Detail

      • send

        public void send​(FVEvent evt)
        Fires off the given FVEvent using the appropriate Observer methods.
        Parameters:
        evt -