Interface WatcherOperator

All Known Implementing Classes:
WatcherManager

@AvailableSince("0.0.39") public interface WatcherOperator
Manages watchers attached to it
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    detach(AttachedWatcher<?> watcher)
    Detach a watcher attached with the current instance
  • Method Details

    • detach

      void detach(AttachedWatcher<?> watcher)
      Detach a watcher attached with the current instance
      Parameters:
      watcher - watcher instance