|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.MLegacyInit
public class MLegacyInit
Constructor Summary | |
---|---|
MLegacyInit()
|
Method Summary | |
---|---|
void |
defineClose(Object func)
define the close function Don’t use this method directly. |
void |
defineFinalize(Object func)
define the finalize function Don’t use this method directly. |
void |
defineInitialize(Object func)
define the initialize function Don’t use this method directly. |
void |
defineMain(Object func)
define the main function Don’t use this method directly. |
void |
defineTerminate(Object func)
define the terminate function Don’t use this method directly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MLegacyInit()
Method Detail |
---|
public void defineClose(Object func)
define the close function Don’t use this method directly. Use setApplication instead!
public void defineFinalize(Object func)
define the finalize function Don’t use this method directly. Use setApplication instead!
public void defineInitialize(Object func)
define the initialize function Don’t use this method directly. Use setApplication instead!
public void defineMain(Object func)
define the main function Don’t use this method directly. Use setApplication instead!
public void defineTerminate(Object func)
define the terminate function Don’t use this method directly. Use setApplication instead!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |