public class RawApplication extends Object
Session.Application| Constructor and Description |
|---|
RawApplication(String[] args)
RawApplication constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Called by garbage collector when object destroy.
Override to free the reference in JNI. |
void |
run()
Blocking function.
|
void |
stop()
Stop RawApplication eventloops and calls atStop() callbacks.
|
public RawApplication(String[] args)
args - Arguments given to main() function.Copyright © 2020. All rights reserved.