Class DefaultNotificationListener

java.lang.Object
com.uc4.communication.DefaultNotificationListener
All Implemented Interfaces:
INotificationListener

public class DefaultNotificationListener extends Object implements INotificationListener
Default Implementation of the INotificationListener interface. Subclasses can be created if only a few methods of the INotificationListener are needed. The advantage of creating a sub class is that the code which uses the UC4 Application Interface does not need to be changed whenever a new method is added to the INotificationListener interface.