public interface Installable
Modifier and Type | Method and Description |
---|---|
void |
install(java.lang.Object target)
Installs callbacks, listeners and other stuff related to the
target argument.
|
void |
uninstall(java.lang.Object target)
Releases all resources associated with the target and
unregisters listeners and callbacks.
|