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, toStringerror, getDebugConsole, notice, notice, print, print, put, put, tab, untab, warning, warningclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDebugConsoleprotected DebugRegistrableProxy(DebugConsole console)
public abstract Registrable delegate()
delegate in class DebugObjectProxypublic final void preRegister()
RegistrablepreRegister in interface Registrablepublic final void postRegister()
RegistrablepostRegister in interface Registrablepublic final void preUnregister()
RegistrablepreUnregister in interface Registrablepublic final void postUnregister()
RegistrablepostUnregister in interface Registrable