public interface IBlaubotDebugView
Modifier and Type | Method and Description |
---|---|
void |
registerBlaubotInstance(Blaubot blaubot)
Registers the blaubot instance to a view
|
void |
unregisterBlaubotInstance()
Unregisters the associated blaubot instance from a view (if any)
|
void registerBlaubotInstance(Blaubot blaubot)
blaubot
- the instance to be introspectedvoid unregisterBlaubotInstance()