hmi.animation
Interface VObject.Predicate

Enclosing interface:
VObject

public static interface VObject.Predicate

VObject.Predicates are Objects that implement a boolean test on VObjects, in the form of their "valid" method. If some VObject vo satifies some predicate pred, then pred.valid(vo) should yield "true".


Method Summary
 boolean valid(VObject obj)
           
 

Method Detail

valid

boolean valid(VObject obj)