public class DebugView extends FrameLayout implements IBlaubotDebugView
Constructor and Description |
---|
DebugView(Context context) |
DebugView(Context context,
AttributeSet attrs) |
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)
|
public DebugView(Context context)
public DebugView(Context context, AttributeSet attrs)
public void registerBlaubotInstance(Blaubot blaubot)
IBlaubotDebugView
registerBlaubotInstance
in interface IBlaubotDebugView
blaubot
- the instance to be introspectedpublic void unregisterBlaubotInstance()
IBlaubotDebugView
unregisterBlaubotInstance
in interface IBlaubotDebugView