@JsType(isNative=true)
public interface IHandler
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disables the handler.
|
void |
enable()
Enables the handler.
|
java.lang.Boolean |
enabled()
Returns true if the handler is enabled.
|