public interface FilteredEnvironment
Environments with a number of
Callbacks on them, to select which of these
callbacks should be exposed to machines dynamically.
Important: while this allows dynamic selection of callbacks, if
what the filter method returns changes during the lifetime of the
environment, these changes will not be reflected in already connected
computers.| Modifier and Type | Method and Description |
|---|---|
boolean |
isCallbackEnabled(java.lang.String name)
Whether the callback with the specified name on this environment is enabled.
|
boolean isCallbackEnabled(java.lang.String name)
name - the name of the callback to check for.