Uses of Interface
net.thevpc.common.props.PropertyVeto
Packages that use PropertyVeto
-
Uses of PropertyVeto in net.thevpc.common.props
Fields in net.thevpc.common.props with type parameters of type PropertyVetoMethods in net.thevpc.common.props that return PropertyVetoMethods in net.thevpc.common.props with parameters of type PropertyVetoModifier and TypeMethodDescriptionvoidPropertyVetos.add(PropertyVeto listener) voidPropertyVetos.remove(PropertyVeto listener) Props.PropsBuilder.veto(PropertyVeto v) Method parameters in net.thevpc.common.props with type arguments of type PropertyVeto -
Uses of PropertyVeto in net.thevpc.common.props.impl
Fields in net.thevpc.common.props.impl with type parameters of type PropertyVetoMethods in net.thevpc.common.props.impl that return PropertyVetoMethods in net.thevpc.common.props.impl with parameters of type PropertyVetoModifier and TypeMethodDescriptionvoidPropertyVetosImpl.add(PropertyVeto listener) voidPropertyVetosImpl.remove(PropertyVeto listener) Method parameters in net.thevpc.common.props.impl with type arguments of type PropertyVetoModifier and TypeMethodDescriptionvoidPropertyVetosImpl.removeIf(Predicate<PropertyVeto> predicate)