public interface FpsListener
Modifier and Type | Method and Description |
---|---|
void |
disable(java.lang.String tag)
Clients should call this method when they want the listener to stop recording data.
|
void |
enable(java.lang.String tag)
Clients should call this method when they want the listener to begin recording data.
|
boolean |
isEnabled()
Reports whether this listener is recording data.
|
void enable(java.lang.String tag)
tag
- void disable(java.lang.String tag)
tag
- boolean isEnabled()