Package org.apache.openjpa.datacache
Class TypesChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.apache.openjpa.datacache.TypesChangedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class TypesChangedEvent extends java.util.EventObject
An event indicating that instances of given persistent types have been modified.- Author:
- Abe White
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypesChangedEvent(java.lang.Object source, java.util.Collection types)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection
getTypes()
Return the expired types.
-