Class | Description |
---|---|
AdminMessageView |
Hooks into the admin messages and shows them (oldest first).
|
BeaconView |
Android view to display informations about the beacons registered to the BeaconService.
|
ChannelManagerView |
Android view to display informations about the StateMachine's history of states.
|
ChannelView |
Represents a Channel that has to be injected via setChannel(ChannelInfo)
|
ConnectionView |
A view to visualize a list of IBlaubotConnections beautifully ;-)
Implements IBlaubotDebugView but can also be used manually via addConnection, removeConnection and clearConnections.
|
DebugView |
This is a big generic debug view for Blaubot implementations showing off all kinds of information
of what is going on inside of Blaubot.
|
ExpandableHeightListView |
A hacky helper to be able to put ListViews inside of ScrollViews.
|
KingdomView |
Android view to display informations about the StateMachine's state.
|
LifeCycleView |
A dedicated view to show events from the IBlaubotLifeCycleListener.
|
LogLevelView |
Allows to set the LogLevel at runtime.
|
PingMeasureResultView |
Android view to display results of the PingMeasurer
|
PingView |
Android view to send and receive pings on a blaubot channel
Add this view to a blaubot instance like this: pingView.registerBlaubotInstance(blaubot);
|
ServerConnectorView |
Android view to display informations about the ServerConnector and the connection to the server
Add this view to a blaubot instance like this: view.registerBlaubotInstance(blaubot);
|
StateHistoryView |
Android view to display informations about the StateMachine's history of states.
|
StateView |
Android view to display informations about the StateMachine's state.
|
SubscribersView |
Android view to display results of the Subscribers of a channel
|
ThroughputView |
Android view to send and receive many bytes in an endless loop through a blaubot channel
Add this view to a blaubot instance like this: throughputview.registerBlaubotInstance(blaubot);
|
ViewUtils |
Helper for some commonly used methods around the debug views.
|