public class StateHistoryView extends LinearLayout implements IBlaubotDebugView
| Constructor and Description |
|---|
StateHistoryView(Context context,
AttributeSet attrs) |
StateHistoryView(Context context,
AttributeSet attrs,
int defStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onSizeChanged(int w,
int h,
int oldw,
int oldh) |
void |
registerBlaubotInstance(Blaubot blaubot)
Register this view with the given blaubot instance
|
void |
unregisterBlaubotInstance()
Unregisters the associated blaubot instance from a view (if any)
|
public StateHistoryView(Context context,
AttributeSet attrs)
public StateHistoryView(Context context,
AttributeSet attrs,
int defStyle)
protected void onSizeChanged(int w,
int h,
int oldw,
int oldh)
public void registerBlaubotInstance(Blaubot blaubot)
registerBlaubotInstance in interface IBlaubotDebugViewblaubot - the blaubot instance to connect withpublic void unregisterBlaubotInstance()
IBlaubotDebugViewunregisterBlaubotInstance in interface IBlaubotDebugView