org.hypergraphdb.event

Class HGAtomRemoveRequestEvent

    • Constructor Summary

      Constructors 
      Constructor and Description
      HGAtomRemoveRequestEvent(HGHandle handle)
      Construct a new HGAtomRemoveRequestEvent for the given atom.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • HGAtomRemoveRequestEvent

        public HGAtomRemoveRequestEvent(HGHandle handle)

        Construct a new HGAtomRemoveRequestEvent for the given atom.

        Parameters:
        handle - The HGHandle of the atom.