Class WidgetEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      WidgetEvent​(java.lang.Object source, java.lang.String context)
      Creates a new widget event with the specified event source and context code.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContext()
      Returns the event context of this event.
      • Methods inherited from class java.lang.Object

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

      • WidgetEvent

        public WidgetEvent​(java.lang.Object source,
                           java.lang.String context)
        Creates a new widget event with the specified event source and context code.
        Parameters:
        source - event source
        context - event context code
    • Method Detail

      • getContext

        public java.lang.String getContext()
        Returns the event context of this event.
        Returns:
        event context