Class OpenNMSEvent<H extends OpenNMSEventHandler>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OpenNMSEvent.Type<H>  
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenNMSEvent()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void dispatch​(H handler)  
      • Methods inherited from class com.google.gwt.event.shared.GwtEvent

        assertLive, getAssociatedType, getSource, isLive, kill, revive
      • Methods inherited from class com.google.web.bindery.event.shared.Event

        setSource, toDebugString, toString
      • Methods inherited from class java.lang.Object

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

      • OpenNMSEvent

        public OpenNMSEvent()
    • Method Detail

      • dispatch

        public abstract void dispatch​(H handler)
        Specified by:
        dispatch in class com.google.gwt.event.shared.GwtEvent<H extends OpenNMSEventHandler>