Package org.eclipse.ecf.provider.generic
Class ContainerMessage.ViewChangeMessage
- java.lang.Object
- 
- org.eclipse.ecf.provider.generic.ContainerMessage.ViewChangeMessage
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ContainerMessage
 
 public static final class ContainerMessage.ViewChangeMessage extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ID[]getChangeIDs()SerializablegetData()booleanisAdd()protected StringprintChangeIDs()StringtoString()
 
- 
- 
- 
Method Detail- 
printChangeIDsprotected String printChangeIDs() 
 - 
isAddpublic boolean isAdd() - Returns:
- Returns the add.
 
 - 
getChangeIDspublic ID[] getChangeIDs() - Returns:
- Returns the changeIDs.
 
 - 
getDatapublic Serializable getData() - Returns:
- Returns the data.
 
 
- 
 
-