Class 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
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • 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.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TypesChangedEvent

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

      • getTypes

        public java.util.Collection getTypes()
        Return the expired types.