Class LinkEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LinkEvent.Type
      Type of link events.
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkEvent​(LinkEvent.Type type, Link link)
      Creates an event of a given type and for the specified link and the current time.
      LinkEvent​(LinkEvent.Type type, Link link, long time)
      Creates an event of a given type and for the specified link and time.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LinkEvent

        public LinkEvent​(LinkEvent.Type type,
                         Link link)
        Creates an event of a given type and for the specified link and the current time.
        Parameters:
        type - link event type
        link - event link subject
      • LinkEvent

        public LinkEvent​(LinkEvent.Type type,
                         Link link,
                         long time)
        Creates an event of a given type and for the specified link and time.
        Parameters:
        type - link event type
        link - event link subject
        time - occurrence time