apps.networkedthreedpuzzle
Class BroadcastData

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.BroadcastApplicationMessage
              extended by apps.networkedthreedpuzzle.BroadcastData
All Implemented Interfaces:
java.io.Serializable, Message

public class BroadcastData
extends BroadcastApplicationMessage

The Class BroadcastData.

See Also:
Serialized Form

Constructor Summary
BroadcastData(java.util.List<SpatialAttributes> updatedSpatialAttributes)
          Instantiates a new broadcast data.
 
Method Summary
 java.util.List<SpatialAttributes> getUpdatedSpatialAttributes()
          Gets the updated spatial attributes.
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BroadcastData

public BroadcastData(java.util.List<SpatialAttributes> updatedSpatialAttributes)
Instantiates a new broadcast data.

Parameters:
updatedSpatialAttributes - the updated spatial attributes
Method Detail

getUpdatedSpatialAttributes

public java.util.List<SpatialAttributes> getUpdatedSpatialAttributes()
Gets the updated spatial attributes.

Returns:
the updated spatial attributes