Examples of UIEventCloseAIF


Examples of vg.core.event.UIEventCloseAIF

    // update ui
    this.tabs.remove(index);
    this.view.updateUI();
    // create and send event (closing of new aif)
    if(tabId >= 0 && this.parameter != null && this.parameter.userInterface != null) {
      UIEventCloseAIF event = new UIEventCloseAIF(tabId);
      this.parameter.userInterface.addEvent(event);
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.