package xapi.components.api; import com.google.gwt.core.client.js.JsType; /** * Built in marker interface for callback interfaces that route to the defined web component * lifecycle methods (created, attached, detached and attributeChanged) * * @author James X Nelson (james@wetheinter.net) * */ @JsType public interface WebComponentCallback {}