net.fortuna.ical4j.connector.event
T
- the object collection type supported by the event sourcepublic class ObjectStoreEvent<T> extends EventObject
source
Constructor and Description |
---|
ObjectStoreEvent(ObjectStore<ObjectCollection<T>> source,
ObjectCollection<T> collection) |
Modifier and Type | Method and Description |
---|---|
ObjectCollection<T> |
getCollection() |
static long |
getSerialVersionUID() |
getSource, toString
public ObjectStoreEvent(ObjectStore<ObjectCollection<T>> source, ObjectCollection<T> collection)
source
- the event sourcecollection
- the affected collectionpublic static final long getSerialVersionUID()
public final ObjectCollection<T> getCollection()
Copyright © 2008-2013 Micronode. All Rights Reserved.