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

All Known Implementing Classes:
StreamerApplet

public interface NotificationListener

A simplified interface for listening for asynchronous events.


Method Summary
 void handleNotification(Notification notification)
          Respond to the input Notification.
 

Method Detail

handleNotification

void handleNotification(Notification notification)
Respond to the input Notification.

Parameters:
notification - information about the notification.