com.bea.httppubsub
Interface ChannelMessageListener


public interface ChannelMessageListener
extends java.util.EventListener

Implementations of this interface are notified of messages sent to the channel. To receive notification events, the implementation class must be configured in the deployment descriptor for the http pubsub server.


Method Summary
 void onPublish(ChannelMessageEvent event)
          Notification that an event message was published on the channel
 

Method Detail

onPublish

public void onPublish(ChannelMessageEvent event)
Notification that an event message was published on the channel

Parameters:
event - - the notification event


Copyright © 2007 BEA Systems All Rights Reserved.