Class WrappedChannel.PVEvent

All Implemented Interfaces:
Serializable
Enclosing class:
WrappedChannel

public static class WrappedChannel.PVEvent extends ActionEvent
The PV_Event is a subclass of ActionEvent class. It keeps references to the channel and the record in the case of changes of the channel state.
Author:
shishlo created September 18, 2006
See Also:
  • Constructor Details

    • PVEvent

      public PVEvent(WrappedChannel wch, ChannelRecord recordIn, Channel chanIn)
      Constructor for the PV_Event object
      Parameters:
      recordIn - The channel record
      chanIn - The channel
      wch - The Parameter
  • Method Details

    • getChannelRecord

      public ChannelRecord getChannelRecord()
      Returns the channelRecord of the PV_Event object
      Returns:
      The channel's record
    • getChannel

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