Interface PointrListener
-
- All Implemented Interfaces:
public interface PointrListener
Keeps track of Pointr library progress
-
-
Method Summary
Modifier and Type Method Description abstract void
onStateUpdated(Pointr.State state)
Notifies Pointr state -
-
Method Detail
-
onStateUpdated
abstract void onStateUpdated(Pointr.State state)
Notifies Pointr state
- Parameters:
state
- Pointr.State object
-
-
-
-