Class FVEvent


  • public class FVEvent
    extends java.lang.Object
    Custom events to be used in conjunction with the FVEventListener module. Users should construct an event, then fire it using FVEventListener#sendEvent(FVEvent). Two items are passed along with each event: - The eventType attribute specifies the event that is being fired. - The arg is a generic object and can be populated with whatever is appropriate for the associated event. It's up to the receiver to understand how to parse it.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FVEvent.EventType  
    • Constructor Summary

      Constructors 
      Constructor Description
      FVEvent​(FVEvent.EventType eventType, java.lang.Object arg)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FVEvent

        public FVEvent​(FVEvent.EventType eventType,
                       java.lang.Object arg)
        Parameters:
        eventType -
        arg -