Uses of Interface
org.hippoecm.hst.configuration.channel.ChannelManagerEvent
Packages that use ChannelManagerEvent
-
Uses of ChannelManagerEvent in org.hippoecm.hst.configuration.channel
Methods in org.hippoecm.hst.configuration.channel with parameters of type ChannelManagerEventModifier 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)
.