Uses of Interface
to.etc.domui.util.INewPageInstantiated

Packages that use INewPageInstantiated
to.etc.domui.server   
 

Uses of INewPageInstantiated in to.etc.domui.server
 

Methods in to.etc.domui.server that return types with arguments of type INewPageInstantiated
 java.util.List<INewPageInstantiated> DomApplication.getNewPageInstantiatedListeners()
           
 

Methods in to.etc.domui.server with parameters of type INewPageInstantiated
 void DomApplication.addNewPageInstantiatedListener(INewPageInstantiated l)
           
 void DomApplication.removeNewPageInstantiatedListener(INewPageInstantiated l)