Class PIADataActionEvent

All Implemented Interfaces:
Serializable

public class PIADataActionEvent extends ActionEvent implements Serializable
PIADataActionEvent is the base for events used in the BAS framework that need to carry a data object as part of the event.
Version:
4
Author:
Larry Lynch-Freshner
See Also:
  • Constructor Details

    • PIADataActionEvent

      public PIADataActionEvent(Object src, String action, Object data)
      Creates a new instance of PIADataActionEvent.
      Parameters:
      src - the event source
      action - the action command string
      data - the event data
  • Method Details

    • getData

      public Object getData()
      Gets the event data.
      Returns:
      An event data object.