com.partnersoft.v3x.gadgets
Class SpecifierCoupler
java.lang.Object
com.partnersoft.v3x.gadgets.SpecifierGadget
com.partnersoft.v3x.gadgets.SpecifierCoupler
- All Implemented Interfaces:
- Specifier
public class SpecifierCoupler
- extends SpecifierGadget
A SpecifierCoupler couples a set of specifiers together so that when an item
is specified on one, it is specified on the others. It also serves as a
master specifier, emitting SpecificationEvents and allowing setSpecified()s
and getSpecified()s.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecifierCoupler
public SpecifierCoupler()
SpecifierCoupler
public SpecifierCoupler(Specifier one,
Specifier two)
addSpecifier
public void addSpecifier(Specifier spec)
removeSpecifier
public void removeSpecifier(Specifier spec)