SubscriberAdapter Class Reference
[Subscribers]
A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods).
More...
List of all members.
Detailed Description
A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods).
Clients who do not wish to implement all listener methods can subclass this class and override only the methods of interest.
Member Function Documentation
Handles the StatusKind.DATA_ON_READERS_STATUS communication status.
Implements SubscriberListener.