com.samsung.android.sdk.penremote
Interface SpenRemote.ConnectionStateChangeListener
-
- Enclosing class:
- SpenRemote
public static interface SpenRemote.ConnectionStateChangeListener
Interface for listening connection state.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onChange(int state)
Called when connection state is changed.
-
-
-
Method Detail
-
onChange
void onChange(int state)
Called when connection state is changed.- See Also:
SpenRemote.State
-
-