Uses of Interface
org.hippoecm.hst.configuration.channel.ChannelManagerEvent
-
Uses of ChannelManagerEvent in org.hippoecm.hst.configuration.channel
Modifier and TypeMethodDescriptionvoid
ChannelManagerEventListener.channelCreated
(ChannelManagerEvent event) Called immediately after a channel has been created throughChannelManager.persist(Session, String, Channel)
.void
ChannelManagerEventListener.channelUpdated
(ChannelManagerEvent event) Called immediately after a channel has been updated throughChannelManager.save(Session, String, Channel)
.