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, warning
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDebugConsole
protected AbstractDebugRegistrable()
protected AbstractDebugRegistrable(DebugConsole console)
public void preRegister()
Registrable
preRegister
in interface Registrable
public void postRegister()
Registrable
postRegister
in interface Registrable
public void preUnregister()
Registrable
preUnregister
in interface Registrable
public void postUnregister()
Registrable
postUnregister
in interface Registrable