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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blueprint
getBlueprint()
Returns a blueprint object which is being used during the channel creation.Channel
getChannel()
Node
getConfigRootNode()
-
-
-
Method Detail
-
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
-
-