public abstract class Event extends Object
| Constructor and Description |
|---|
Event()
Default constructor (runningHostname is set to separate natives from aliens in multi replica).
|
Event(Event event)
Constructor from parent Event (runningHostname is set to separate natives from aliens in multi replica).
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate() |
String |
getID() |
String |
getParentId() |
String |
getRunningHostname() |
boolean |
isStopped() |
void |
setID(String id) |
void |
setParentId(String parentId) |
void |
stop() |
public Event()
public Event(Event event)
public Date getDate()
public boolean isStopped()
public void stop()
public String getID()
public void setID(String id)
public String getParentId()
public void setParentId(String parentId)
public String getRunningHostname()
Copyright © 2025. All rights reserved.