Uses of Interface
org.hippoecm.hst.configuration.channel.ChannelManagerEvent
-
Packages that use ChannelManagerEvent Package Description org.hippoecm.hst.configuration.channel -
-
Uses of ChannelManagerEvent in org.hippoecm.hst.configuration.channel
Methods in org.hippoecm.hst.configuration.channel with parameters of type ChannelManagerEvent Modifier and Type Method Description void
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)
.
-