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 void
ComponentManager. addComponentListener(ComponentListener listener)
Adds a component listener.void
ComponentManager. 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 void
ComponentManagerImpl. addComponentListener(ComponentListener listener)
void
ComponentManagerImpl. removeComponentListener(ComponentListener listener)
-