예제 #1
0
 /// <summary>
 /// A template method like init, but called after the viewport is created.
 /// This is called after the launch method of Application is executed.
 /// <p>This is a <i>template method</i>.
 /// a hook into the functionality of this class.
 /// Feel free to override it in child classes.</p>
 /// </summary>
 /// <param name="application">
 /// </param>
 public virtual void onLaunch(Application application){}
예제 #2
0
 /// <summary>
 /// A template method that is called when your application boots. It is called before the
 /// Application's launch function is executed so gives a hook point to run any code before
 /// your Viewport is created.
 /// <p>This is a <i>template method</i>.
 /// a hook into the functionality of this class.
 /// Feel free to override it in child classes.</p>
 /// </summary>
 /// <param name="application">
 /// </param>
 public virtual void init(Application application){}
 /// <summary>
 /// A template method that is called when your application boots. It is called before the
 /// {@link Ext.app.Application Application}'s launch function is executed so gives a hook point to run any code before
 /// your Viewport is created.
 /// *
 /// @param {Ext.app.Application} application
 /// @protected
 /// </summary>
 public void init(Application application){}
 /// <summary>
 /// A template method like {@link #init}, but called after the viewport is created.
 /// This is called after the {@link Ext.app.Application#launch launch} method of Application is executed.
 /// *
 /// @param {Ext.app.Application} application
 /// @protected
 /// </summary>
 public void launch(Application application){}
 /// <summary>
 /// A template method like {@link #init}, but called after the viewport is created.
 /// This is called after the {@link Ext.app.Application#launch launch} method of Application is executed.
 /// *
 /// @param {Ext.app.Application} application
 /// @protected
 /// </summary>
 public void createGetters(Application type, object refs){}