Class DeletionEvent

  • All Implemented Interfaces:
    ChangeEvent

    public class DeletionEvent
    extends OriginatingEvent
    A representation of a notification that a websearchable has been deleted.
    Author:
    ajk59
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DeletionEvent

        public DeletionEvent​(WebSearchable origin)
        Constructor.
        Parameters:
        origin - The websearchable object that has just been deleted.