public class ServerEvent
extends de.sciss.app.BasicEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
COUNTS
returned by getID() : the server status has been updated
|
static int |
RUNNING
returned by getID() : the server started running
|
static int |
STOPPED
returned by getID() : the server stopped running
|
source| Modifier | Constructor and Description |
|---|---|
protected |
ServerEvent(Object source,
int ID,
long when,
Server server) |
| Modifier and Type | Method and Description |
|---|---|
Server |
getServer() |
boolean |
incorporate(de.sciss.app.BasicEvent oldEvent)
Used by the
EventManager to
fuse successive events together when they queue. |
getSource, toStringpublic static final int RUNNING
public static final int STOPPED
public static final int COUNTS
public Server getServer()
public boolean incorporate(de.sciss.app.BasicEvent oldEvent)
EventManager to
fuse successive events together when they queue.
Do not call this method.incorporate in class de.sciss.app.BasicEventCopyright © 2015–2022 SciJava. All rights reserved.