Class CreationEvent

  • All Implemented Interfaces:
    ChangeEvent

    public class CreationEvent
    extends OriginatingEvent
    A representation of a notification a web searchable object has been created.
    Author:
    Alex Kalderimis.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CreationEvent

        public CreationEvent​(WebSearchable origin)
        Constructor.
        Parameters:
        origin - The web searchable object that has sprung into existence.