Class TypesChangedEvent

  • All Implemented Interfaces:
    Serializable

    public class TypesChangedEvent
    extends EventObject
    An event indicating that instances of given persistent types have been modified.
    Author:
    Abe White
    See Also:
    Serialized Form
    • Constructor Detail

      • TypesChangedEvent

        public TypesChangedEvent​(Object source,
                                 Collection types)
        Constructor.
        Parameters:
        source - the data or query cache
        types - the changed types
    • Method Detail

      • getTypes

        public Collection getTypes()
        Return the expired types.