com.ibm.websphere.samples.asynchbeans.wstrader.applet
Interface NotificationBroadcaster

All Known Implementing Classes:
ServerMonitor, StreamerHandler

public interface NotificationBroadcaster

A simplified interface for handling the broadcasting of asynchronous events


Method Summary
 void addNotificationListener(NotificationListener listener)
          Register a listener to this broadcaster.
 void removeNotificationListener(NotificationListener listener)
          Remove the specified listener from this broadcaster.
 

Method Detail

addNotificationListener

void addNotificationListener(NotificationListener listener)
Register a listener to this broadcaster.


removeNotificationListener

void removeNotificationListener(NotificationListener listener)
Remove the specified listener from this broadcaster.