Package net.apartium.cocoabeans.state
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 TypeMethodDescriptionvoiddetach(AttachedWatcher<?> watcher) Detach a watcher attached with the current instance
-
Method Details
-
detach
Detach a watcher attached with the current instance- Parameters:
watcher- watcher instance
-