Interface IWatcher

    • Method Detail

      • getWatchPattern

        java.util.List<java.lang.String> getWatchPattern()
      • notifySubscribers

        void notifySubscribers​(OroEvent e)
      • getId

        java.util.UUID getId()
        Returns a unique (at least for this instance of the server) identifier for the current event watcher.
        Returns:
        A unique ID associated to this event watcher.
      • equals

        boolean equals​(IWatcher gw)