Package | Description |
---|---|
synergynet3 | |
synergynet3.projector | |
synergynet3.projector.network | |
synergynet3.projector.network.messages | |
synergynet3.projector.web | |
synergynet3.web.core |
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetApp.onContentFromProjectorArrival(java.util.ArrayList<ContentTransferedMessage> messages)
Retrieves details from the supplied message to recreate the transfered
item
|
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetProjector.onContentArrival(java.util.ArrayList<ContentTransferedMessage> messages)
Retrieves details from the supplied message to recreate the transfered
item
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ContentTransferedMessage> |
ProjectorTransferUtilities.prepareToTransferAllContents(java.lang.String[] devicesToSendTo)
Prepare to transfer all contents.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectorTransferUtilities.onContentArrival(java.util.ArrayList<ContentTransferedMessage> messages)
Retrieves details from the supplied message to recreate the transfered
item
|
Modifier and Type | Method and Description |
---|---|
int |
ContentTransferedMessage.compareTo(ContentTransferedMessage other)
Allows sorting of items by their Z-Orders.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<java.util.ArrayList<ContentTransferedMessage>> |
ProjectorDeviceControl.getContentTransferToProjectorControl()
Get the value of the network cluster property representing messages
relating content arriving on a projector.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectorControlComms.allProjectorsReceiveContent(java.util.ArrayList<ContentTransferedMessage> messages)
Send a message informing all projector devices of contents to display.
|
void |
ProjectorControlComms.specificProjectorsReceiveContent(java.util.ArrayList<ContentTransferedMessage> messages,
java.lang.String device)
Send a message informing a specific projector devices of contents to
display.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<java.util.ArrayList<ContentTransferedMessage>> |
AppSystemDeviceControl.getContentTransferToTableControl()
Get the value of the network cluster property representing messages
relating content arriving on a table.
|
Modifier and Type | Method and Description |
---|---|
void |
AppSystemControlComms.allTablesReceiveContent(java.util.ArrayList<ContentTransferedMessage> messages)
Send a message informing all table devices of contents to display.
|
void |
AppSystemControlComms.specificTableReceiveContent(java.util.ArrayList<ContentTransferedMessage> messages,
java.lang.String device)
Send a message informing a specific table device of contents to display.
|