Uses of Interface
org.nuiton.topia.event.TopiaEntitiesVetoable
Packages that use TopiaEntitiesVetoable
Package
Description
TODO-FD20100507 : Need update this javadoc for ToPIA 2.4
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 TopiaEntitiesVetoableModifier and TypeMethodDescriptionvoidTopiaContext.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 TopiaEntitiesVetoableModifier and TypeFieldDescriptionprotected org.nuiton.util.ListenerSet<TopiaEntitiesVetoable>TopiaFiresSupport.entitiesVetoablesMethods in org.nuiton.topia.framework that return types with arguments of type TopiaEntitiesVetoableModifier and TypeMethodDescriptionorg.nuiton.util.ListenerSet<TopiaEntitiesVetoable>TopiaFiresSupport.getTopiaEntitiesVetoable()Methods in org.nuiton.topia.framework with parameters of type TopiaEntitiesVetoableModifier and TypeMethodDescriptionvoidTopiaContextImpl.addTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable) voidTopiaFiresSupport.addTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable) voidTopiaContextImpl.removeTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable) voidTopiaFiresSupport.removeTopiaEntitiesVetoable(TopiaEntitiesVetoable vetoable)