stardiv.controller
Class AppStarterStatusNative
java.lang.Object
|
+--stardiv.controller.AppStarterStatusNative
- All Implemented Interfaces:
- stardiv.controller.AppStarterStatus
- public synchronized class AppStarterStatusNative
- extends java.lang.Object
- implements stardiv.controller.AppStarterStatus
Field Summary |
static short |
AwtApplet
|
static short |
AwtComponent
|
static short |
AwtLess
|
static short |
AwtTopWindow
|
static short |
DontKnow
|
private long |
pCppJSbxObject
|
Constructor Summary |
AppStarterStatusNative(long l)
|
Method Summary |
void |
ClearNativeHandle()
|
void |
abort(java.lang.Throwable t)
|
void |
abortNative(java.lang.String s)
|
protected void |
finalize()
|
void |
started(java.lang.Object o)
|
void |
startedNative(java.lang.Object o,
short s,
int i1,
int i2)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AwtApplet
public static final short AwtApplet
AwtComponent
public static final short AwtComponent
AwtLess
public static final short AwtLess
AwtTopWindow
public static final short AwtTopWindow
DontKnow
public static final short DontKnow
pCppJSbxObject
private long pCppJSbxObject
AppStarterStatusNative
public AppStarterStatusNative(long l)
ClearNativeHandle
public void ClearNativeHandle()
abort
public void abort(java.lang.Throwable t)
- Specified by:
abort
in interface stardiv.controller.AppStarterStatus
abortNative
public void abortNative(java.lang.String s)
finalize
protected void finalize()
throws java.lang.Throwable
started
public void started(java.lang.Object o)
- Specified by:
started
in interface stardiv.controller.AppStarterStatus
startedNative
public void startedNative(java.lang.Object o,
short s,
int i1,
int i2)