Uses of Interface
org.nuiton.topia.event.TopiaContextListener
Packages that use TopiaContextListener
Package
Description
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
Events used for topia services.
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services.-
Uses of TopiaContextListener in org.nuiton.topia
Methods in org.nuiton.topia with parameters of type TopiaContextListenerModifier and TypeMethodDescriptionvoidTopiaContext.addTopiaContextListener(TopiaContextListener listener) voidTopiaContext.removeTopiaContextListener(TopiaContextListener listener) -
Uses of TopiaContextListener in org.nuiton.topia.event
Classes in org.nuiton.topia.event that implement TopiaContextListener -
Uses of TopiaContextListener in org.nuiton.topia.framework
Fields in org.nuiton.topia.framework with type parameters of type TopiaContextListenerModifier and TypeFieldDescriptionprotected org.nuiton.util.ListenerSet<TopiaContextListener>TopiaFiresSupport.topiaContextListenersMethods in org.nuiton.topia.framework that return types with arguments of type TopiaContextListenerModifier and TypeMethodDescriptionorg.nuiton.util.ListenerSet<TopiaContextListener>TopiaFiresSupport.getTopiaContextListeners()Methods in org.nuiton.topia.framework with parameters of type TopiaContextListenerModifier and TypeMethodDescriptionvoidTopiaContextImpl.addTopiaContextListener(TopiaContextListener listener) voidTopiaFiresSupport.addTopiaContextListener(TopiaContextListener listener) voidTopiaContextImpl.removeTopiaContextListener(TopiaContextListener listener) voidTopiaFiresSupport.removeTopiaContextListener(TopiaContextListener listener)