![JAR search and dependency download from the Maven repository](/logo.png)
com.extjs.gxt.ui.client.widget.ComponentAttachable Maven / Gradle / Ivy
/*
* Sencha GXT 2.3.1a - Sencha for GWT
* Copyright(c) 2007-2013, Sencha, Inc.
* [email protected]
*
* http://www.sencha.com/products/gxt/license/
*/
package com.extjs.gxt.ui.client.widget;
/**
* Instances of this class are notified when their containing component is
* attached and detached.
*/
public interface ComponentAttachable {
void doAttach();
void doDetach();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy