public interface FilteredEnvironment
Environment
s with a number of
Callback
s on them, to select which of these
callbacks should be exposed to machines dynamically.
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.