public class HostEvent extends AbstractEvent<HostEvent.Type,Host>
| Modifier and Type | Class and Description |
|---|---|
static class |
HostEvent.Type
Type of host events.
|
| Constructor and Description |
|---|
HostEvent(HostEvent.Type type,
Host host)
Creates an event of a given type and for the specified host and the
current time.
|
HostEvent(HostEvent.Type type,
Host host,
long time)
Creates an event of a given type and for the specified host and time.
|
public HostEvent(HostEvent.Type type, Host host)
type - host event typehost - event host subjectpublic HostEvent(HostEvent.Type type, Host host, long time)
type - host event typehost - event host subjecttime - occurrence timeCopyright © 2015. All rights reserved.