Interface GridWatcherManager
- All Known Implementing Classes:
GridWatcherManagerImpl
@API(status=STABLE,
since="2.0.0-milestone.3.3")
public interface GridWatcherManager
This manager helps with attaching and detaching listeners to
RootStorage
s.-
Method Summary
Modifier and TypeMethodDescriptionvoid
activeChanged
(boolean active) void
addWatcher
(GridWatcher watcher, Class<? extends Actor> actorType, RootStorage rootStorage) void
attachAll
(RootStorage rootStorage) void
detachAll
(RootStorage rootStorage) void
removeWatcher
(GridWatcher watcher, RootStorage rootStorage)
-
Method Details
-
addWatcher
void addWatcher(GridWatcher watcher, Class<? extends Actor> actorType, @Nullable RootStorage rootStorage) -
attachAll
-
removeWatcher
-
detachAll
-
activeChanged
void activeChanged(boolean active)
-