Uses of Interface
org.nuxeo.runtime.ComponentListener
-
Packages that use ComponentListener Package Description org.nuxeo.runtime.model org.nuxeo.runtime.model.impl -
-
Uses of ComponentListener in org.nuxeo.runtime.model
Methods in org.nuxeo.runtime.model with parameters of type ComponentListener Modifier and Type Method Description voidComponentManager. addComponentListener(ComponentListener listener)Adds a component listener.voidComponentManager. removeComponentListener(ComponentListener listener)Removes a component listener. -
Uses of ComponentListener in org.nuxeo.runtime.model.impl
Methods in org.nuxeo.runtime.model.impl with parameters of type ComponentListener Modifier and Type Method Description voidComponentManagerImpl. addComponentListener(ComponentListener listener)voidComponentManagerImpl. removeComponentListener(ComponentListener listener)
-