public class VirtualEvent<E extends Event> extends AbstractEvent<VirtualEvent.Type,E>
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualEvent.Type
Type of virtual network events.
|
| Modifier | Constructor and Description |
|---|---|
protected |
VirtualEvent(NetworkId networkId,
VirtualEvent.Type type,
E subject) |
protected |
VirtualEvent(NetworkId networkId,
VirtualEvent.Type type,
E subject,
long time) |
| Modifier and Type | Method and Description |
|---|---|
NetworkId |
networkId() |
subject, time, toString, typeprotected VirtualEvent(NetworkId networkId, VirtualEvent.Type type, E subject)
protected VirtualEvent(NetworkId networkId, VirtualEvent.Type type, E subject, long time)
public NetworkId networkId()