| Package | Description |
|---|---|
| synergynet3 | |
| synergynet3.activitypack2.table.flickgame | |
| synergynet3.activitypack2.table.flickstudy | |
| synergynet3.behaviours | |
| synergynet3.web.core |
| Modifier and Type | Method and Description |
|---|---|
void |
SynergyNetApp.onFlickArrival(FlickMessage message)
Retrieves details from the supplied message to recreate the flicked item
and to ensure it appears onscreen in the manner expected, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlickGameApp.onFlickArrival(FlickMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlickStudyApp.onFlickArrival(FlickMessage message) |
| Modifier and Type | Method and Description |
|---|---|
static IItem |
BehaviourUtilities.onFlickArrival(FlickMessage message,
IStage stage,
java.lang.String tableIdentity,
float deceleration)
Retrieves details from the supplied message to recreate the flicked item
and to ensure it appears onscreen in the manner expected, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedProperty<FlickMessage> |
AppSystemDeviceControl.getNetworkFlick()
Get the value of the network cluster property representing messages
announcing the arrival of an item transferred through a network flick.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppSystemControlComms.networkFlick(FlickMessage b,
java.lang.String table)
Send a message announcing the arrival of an item transferred through a
network flick.
|