VASSAL.configure
Interface ValidityChecker

All Known Implementing Classes:
AbstractBuildable, BoardPicker, PrototypeDefinition, MandatoryComponent, CompoundValidityChecker, SingleChildInstance, UniqueIdManager

public interface ValidityChecker

Performs validation checks on Buildable objects


Method Summary
 void validate(Buildable target, ValidationReport report)
           
 

Method Detail

validate

public void validate(Buildable target,
                     ValidationReport report)