public interface IStackWatcher
IStackWatcherHost to a grid.| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IAEStack<?> stack)
Add a specific
IAEStack to watch. |
boolean |
remove(IAEStack<?> stack)
Remove a specific
IAEStack from the watcher. |
void |
reset()
Removes all watched stacks and resets the watcher to a clean state.
|
boolean add(IAEStack<?> stack)
IAEStack to watch.
Supports multiple values, duplicate ones will not be added.stack - boolean remove(IAEStack<?> stack)
IAEStack from the watcher.stack - void reset()