Class DefaultNotificationListener

  • All Implemented Interfaces:
    INotificationListener

    public class DefaultNotificationListener
    extends java.lang.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activationMessages​(int runNumner, UC4ObjectName task, TranslatedMessage[] messages)
      This method is called if there is an activation protocol for a task.
      void activityListChanged()
      This method is called if the activity list changed.
      void asyncMessage​(AsyncMessage message)
      This method is called if a new message is available.
      void handleIOException​(java.io.IOException e)
      This method is called if there was an I/O-error.
      void highestCallOperatorChanged()
      This method is called if a notification was added or removed for the current user.
      void processingStarted()
      This method is called after the client state has changed to active.
      void processingStopped()
      This method is called after the client state has changed to stop.
      void promptInputRequired​(int runID)
      This method is called if prompt values are required in order to a execute an object.
      void read​(Form form)
      This method is called when activating an object which requires user input.
      void treeChanged()
      This method is called if the tree structure in UC4 has changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait