public interface IMultiplicityApp
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFriendlyAppName()
Gets the friendly app name.
|
void |
onDestroy()
On destroy.
|
void |
shouldStart(MultiTouchInputComponent input,
IQueueOwner iqo)
Should start.
|
void |
shouldStop()
Should stop.
|
java.lang.String getFriendlyAppName()
void onDestroy()
void shouldStart(MultiTouchInputComponent input, IQueueOwner iqo)
input - the inputiqo - the iqovoid shouldStop()