Class ActionEvent


  • public class ActionEvent
    extends Object
    ActionEvent represents events associated with no data change.
    Author:
    Niraj Sohun
    • Field Detail

      • source

        protected Object source
        The object on which the Event initially occurred.
    • Constructor Detail

      • ActionEvent

        public ActionEvent​(Object source,
                           String propertyName,
                           String eventName)
        Constructor
        Parameters:
        source - - event source
        propertyName - - name of property that changed
        eventName - - name of event
    • Method Detail

      • getPropertyName

        public String getPropertyName()
        returns name of property that changed
      • getSource

        public Object getSource()
        returns source of event
      • getEventName

        public String getEventName()
        returns name of event