Package org.onosproject.net.link
Class LinkEvent
- java.lang.Object
- 
- org.onosproject.event.AbstractEvent<LinkEvent.Type,Link>
- 
- org.onosproject.net.link.LinkEvent
 
 
- 
- All Implemented Interfaces:
- Event<LinkEvent.Type,Link>
 
 public class LinkEvent extends AbstractEvent<LinkEvent.Type,Link> Describes infrastructure link event.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLinkEvent.TypeType of link events.
 - 
Constructor SummaryConstructors 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.
 
- 
- 
- 
Constructor Detail- 
LinkEventpublic 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
 
 - 
LinkEventpublic 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
 
 
- 
 
-