Uses of Interface
org.nuiton.topia.event.TopiaEntitiesVetoable
| Package | Description |
|---|---|
| org.nuiton.topia |
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
|
| org.nuiton.topia.framework |
Contains two interfaces, one
TopiaContextImplementor for internal
manipulations of TopiaContext and one TopiaService for topia
services. |
-
Uses of TopiaEntitiesVetoable in org.nuiton.topia
Methods in org.nuiton.topia with parameters of type TopiaEntitiesVetoable Modifier and Type Method Description voidTopiaContext. addTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable)voidTopiaContext. removeTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable) -
Uses of TopiaEntitiesVetoable in org.nuiton.topia.framework
Fields in org.nuiton.topia.framework with type parameters of type TopiaEntitiesVetoable Modifier and Type Field Description protected org.nuiton.util.ListenerSet<TopiaEntitiesVetoable>TopiaFiresSupport. entitiesVetoablesMethods in org.nuiton.topia.framework that return types with arguments of type TopiaEntitiesVetoable Modifier and Type Method Description org.nuiton.util.ListenerSet<TopiaEntitiesVetoable>TopiaFiresSupport. getTopiaEntitiesVetoable()Methods in org.nuiton.topia.framework with parameters of type TopiaEntitiesVetoable Modifier and Type Method Description voidTopiaContextImpl. addTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable)voidTopiaFiresSupport. addTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable)voidTopiaContextImpl. removeTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable)voidTopiaFiresSupport. removeTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable)