public class ContentDemo extends java.lang.Object implements IMultiplicityApp
| Constructor and Description |
|---|
ContentDemo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFriendlyAppName()
Gets the friendly app name.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
onDestroy()
On destroy.
|
void |
shouldStart(MultiTouchInputComponent input,
IQueueOwner iqo)
Should start.
|
void |
shouldStop()
Should stop.
|
public static void main(java.lang.String[] args)
args - the argumentspublic java.lang.String getFriendlyAppName()
IMultiplicityAppgetFriendlyAppName in interface IMultiplicityApppublic void onDestroy()
IMultiplicityApponDestroy in interface IMultiplicityApppublic void shouldStart(MultiTouchInputComponent input, IQueueOwner iqo)
IMultiplicityAppshouldStart in interface IMultiplicityAppinput - the inputiqo - the iqopublic void shouldStop()
IMultiplicityAppshouldStop in interface IMultiplicityApp