Class MonitoredPVEvent

All Implemented Interfaces:
Serializable

public class MonitoredPVEvent extends ActionEvent
The ActionEvent extension to keep info about a channel record in the case of MonitoredPV event.
Author:
shishlo created October 31, 2005
See Also:
  • Constructor Details

    • MonitoredPVEvent

      public MonitoredPVEvent(MonitoredPV mpv, ChannelRecord recordIn, Channel chanIn)
      Constructor for the MonitoredPVEvent object
      Parameters:
      mpv - The Parameter
      recordIn - The Parameter
      chanIn - The Parameter
  • Method Details

    • getChannelRecord

      public ChannelRecord getChannelRecord()
      Returns the channelRecord of the MonitoredPVEvent object
      Returns:
      The channelRecord
    • getChannel

      public Channel getChannel()
      Returns the channel of the MonitoredPVEvent object
      Returns:
      The channel