|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.BroadcastApplicationMessage
synergynetframework.appsystem.services.net.networkedcontentmanager.messages.BroadcastData
public class BroadcastData
The Class BroadcastData.
Constructor Summary | |
---|---|
BroadcastData(java.lang.Class<?> targetClass,
java.util.Collection<ContentItem> collection)
Instantiates a new broadcast data. |
Method Summary | |
---|---|
java.util.List<ContentItem> |
getItems()
Gets the items. |
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 |
---|
public BroadcastData(java.lang.Class<?> targetClass, java.util.Collection<ContentItem> collection)
targetClass
- the target classcollection
- the collectionMethod Detail |
---|
public java.util.List<ContentItem> getItems()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |