Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.notifications
Interface ChannelListener

All Known Implementing Classes:
PollerCometChannelListener, SynchronousPollerChannelListener

public interface ChannelListener


Method Summary
 void channelListenerRemoved(long channelId)
           
 void notificationEventsAvailable(long channelId)
           
 

Method Detail

channelListenerRemoved

void channelListenerRemoved(long channelId)

notificationEventsAvailable

void notificationEventsAvailable(long channelId)

Liferay 6.1.2-ce-ga3