Interface ChannelManagerEvent
public interface ChannelManagerEvent
This event type is used by the ChannelManagerEventListener
in order to identify the channel and its related information.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a blueprint object which is being used during the channel creation.
-
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 returnnull
-
getConfigRootNode
Node getConfigRootNode()- Returns:
- the
Node
for /hst:hst. This will never returnnull
-