public class LinkEvent extends AbstractEvent<LinkEvent.Type,Link>
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkEvent.Type
Type of link events.
|
| Constructor and 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.
|
public LinkEvent(LinkEvent.Type type, Link link)
type - link event typelink - event link subjectpublic LinkEvent(LinkEvent.Type type, Link link, long time)
type - link event typelink - event link subjecttime - occurrence time