qx.core
Class MLegacyInit

java.lang.Object
  extended by qx.core.MLegacyInit

public class MLegacyInit
extends java.lang.Object


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

MLegacyInit

public MLegacyInit()
Method Detail

defineClose

public void defineClose(Object func)

define the close function Don’t use this method directly. Use setApplication instead!


defineFinalize

public void defineFinalize(Object func)

define the finalize function Don’t use this method directly. Use setApplication instead!


defineInitialize

public void defineInitialize(Object func)

define the initialize function Don’t use this method directly. Use setApplication instead!


defineMain

public void defineMain(Object func)

define the main function Don’t use this method directly. Use setApplication instead!


defineTerminate

public void defineTerminate(Object func)

define the terminate function Don’t use this method directly. Use setApplication instead!



Copyright © 2008 1&1. All Rights Reserved.