public interface GralWindowMng_ifc
Modifier and Type | Field and Description |
---|---|
static int |
version
Version, history and license.
|
Modifier and Type | Method and Description |
---|---|
void |
addDispatchListener(GralGraphicOrder listener)
Adds a listener, which will be called in the dispatch loop.
|
void |
exit() |
long |
getThreadIdGui()
Returns the identification number of the already started graphic thread.
|
boolean |
isRunning()
Returns true if the graphical application runs.
|
void |
removeDispatchListener(GralGraphicOrder listener)
Removes a listener, which was called in the dispatch loop.
|
static final int version
long getThreadIdGui()
boolean isRunning()
void exit()
void addDispatchListener(GralGraphicOrder listener)
listener
- void removeDispatchListener(GralGraphicOrder listener)
listener
-