Interface ChannelManagerEvent


public interface ChannelManagerEvent
This event type is used by the ChannelManagerEventListener in order to identify the channel and its related information.
  • Method Details

    • getBlueprint

      Blueprint getBlueprint()
      Returns a blueprint object which is being used during the channel creation. If the event is not triggered on channel creation, it returns null.
    • getChannel

      Channel getChannel()
      Returns:
      the Channel which was used as an input during channel creation or update. This will never return null
    • getConfigRootNode

      Node getConfigRootNode()
      Returns:
      the Node for /hst:hst. This will never return null