public abstract class DebugRegistrableProxy extends DebugObjectProxy implements DebugRegistrable
Modifier | Constructor and Description |
---|---|
protected |
DebugRegistrableProxy(DebugConsole console) |
Modifier and Type | Method and Description |
---|---|
abstract Registrable |
delegate() |
void |
postRegister()
Post-register block.
|
void |
postUnregister()
Post-unregister block.
|
void |
preRegister()
Pre-register block.
|
void |
preUnregister()
Pre-unregister block.
|
equals, hashCode, toString
error, getDebugConsole, notice, notice, print, print, put, put, tab, untab, warning, warning
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDebugConsole
protected DebugRegistrableProxy(DebugConsole console)
public abstract Registrable delegate()
delegate
in class DebugObjectProxy
public final void preRegister()
Registrable
preRegister
in interface Registrable
public final void postRegister()
Registrable
postRegister
in interface Registrable
public final void preUnregister()
Registrable
preUnregister
in interface Registrable
public final void postUnregister()
Registrable
postUnregister
in interface Registrable