Uses of Interface
org.nuiton.topia.event.TopiaContextListener
| Package | Description |
|---|---|
| org.nuiton.topia |
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
|
| org.nuiton.topia.event |
Events used for topia services.
|
| org.nuiton.topia.framework |
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 TopiaContextListener Modifier and Type Method Description voidTopiaContext. addTopiaContextListener(TopiaContextListener listener)voidTopiaContext. removeTopiaContextListener(TopiaContextListener listener) -
Uses of TopiaContextListener in org.nuiton.topia.event
Classes in org.nuiton.topia.event that implement TopiaContextListener Modifier and Type Class Description classTopiaContextAdapterAdapter pattern ofTopiaContextListener. -
Uses of TopiaContextListener in org.nuiton.topia.framework
Fields in org.nuiton.topia.framework with type parameters of type TopiaContextListener Modifier and Type Field Description protected org.nuiton.util.ListenerSet<TopiaContextListener>TopiaFiresSupport. topiaContextListenersMethods in org.nuiton.topia.framework that return types with arguments of type TopiaContextListener Modifier and Type Method Description org.nuiton.util.ListenerSet<TopiaContextListener>TopiaFiresSupport. getTopiaContextListeners()Methods in org.nuiton.topia.framework with parameters of type TopiaContextListener Modifier and Type Method Description voidTopiaContextImpl. addTopiaContextListener(TopiaContextListener listener)voidTopiaFiresSupport. addTopiaContextListener(TopiaContextListener listener)voidTopiaContextImpl. removeTopiaContextListener(TopiaContextListener listener)voidTopiaFiresSupport. removeTopiaContextListener(TopiaContextListener listener)