public abstract class AbstractDebugRegistrable extends AbstractDebugObject implements DebugRegistrable
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDebugRegistrable() |
protected |
AbstractDebugRegistrable(DebugConsole console) |
| Modifier and Type | Method and Description |
|---|---|
void |
postRegister()
Post-register block.
|
void |
postUnregister()
Post-unregister block.
|
void |
preRegister()
Pre-register block.
|
void |
preUnregister()
Pre-unregister block.
|
error, getDebugConsole, notice, notice, print, print, put, put, tab, untab, warning, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDebugConsoleprotected AbstractDebugRegistrable()
protected AbstractDebugRegistrable(DebugConsole console)
public void preRegister()
RegistrablepreRegister in interface Registrablepublic void postRegister()
RegistrablepostRegister in interface Registrablepublic void preUnregister()
RegistrablepreUnregister in interface Registrablepublic void postUnregister()
RegistrablepostUnregister in interface Registrable