Class WindowUpdateEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  WindowUpdateEvent.Type  
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      WindowUpdateEvent.Type getType()  
      • Methods inherited from class de.gsi.dataset.event.UpdateEvent

        getMessage, getPayLoad
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • WindowUpdateEvent

        public WindowUpdateEvent​(de.gsi.dataset.event.EventSource source)
        generates new update event
        Parameters:
        source - the class issuing the event
      • WindowUpdateEvent

        public WindowUpdateEvent​(de.gsi.dataset.event.EventSource source,
                                 java.lang.String msg,
                                 java.lang.Object payload,
                                 WindowUpdateEvent.Type type)
        generates new update event
        Parameters:
        source - the class issuing the event
        msg - a customised message to be passed along (e.g. for debugging)
        payload - a customised user pay-load to be passed to the listener
        type - WindowUpdateEvent event type
      • WindowUpdateEvent

        public WindowUpdateEvent​(de.gsi.dataset.event.EventSource source,
                                 java.lang.String msg,
                                 WindowUpdateEvent.Type type)
        generates new update event
        Parameters:
        source - the class issuing the event
        msg - a customised message to be passed along (e.g. for debugging)
        type - WindowUpdateEvent event type
      • WindowUpdateEvent

        public WindowUpdateEvent​(de.gsi.dataset.event.EventSource source,
                                 WindowUpdateEvent.Type type)
        generates new update event
        Parameters:
        source - the class issuing the event
        type - WindowUpdateEvent event type