org.activemath.events.types
Class MBaseCollectionsChangedEvent
java.lang.Object
org.activemath.events.ActivemathEvent
org.activemath.events.types.MBaseCollectionsChangedEvent
- All Implemented Interfaces:
- Serializable, Comparable, ApplicationEventTag, ContentEventTag
public class MBaseCollectionsChangedEvent
- extends ActivemathEvent
- implements ContentEventTag
Event describing changes in content-collections chracterized by
added, changed, or removed ids stored as absolute string ids.
- See Also:
- Serialized Form
| Methods inherited from class org.activemath.events.ActivemathEvent |
compareTo, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp |
EVENT_TYPE
public static final String EVENT_TYPE
- See Also:
- Constant Field Values
MBaseCollectionsChangedEvent
public MBaseCollectionsChangedEvent()
MBaseCollectionsChangedEvent
public MBaseCollectionsChangedEvent(Collection collection)
getCollections
public Collection getCollections()
setCollections
public void setCollections(Collection collectionNames)
setAddedIds
public void setAddedIds(List addedIds)
setChangedIds
public void setChangedIds(List changedIds)
setRemovedIds
public void setRemovedIds(List removedIds)
getAddedIds
public List getAddedIds()
getChangedIds
public List getChangedIds()
getRemovedIds
public List getRemovedIds()
dispatchFinished
public void dispatchFinished()
- Description copied from class:
ActivemathEvent
- A hook for event generators to indicate that the dispatch of the event
is finished.
- Overrides:
dispatchFinished in class ActivemathEvent
waitTillFinished
public void waitTillFinished()
toString
public String toString()
- Overrides:
toString in class ActivemathEvent