com.partnersoft.v3x.apps.MapBrowser.rover
Class StyleNameIsNewTester

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.rover.StyleNameIsNewTester
All Implemented Interfaces:
UnaryPredicate

public class StyleNameIsNewTester
extends java.lang.Object
implements UnaryPredicate

A UnaryPredicate that tests whether a style name in a rover legend is new.


Constructor Summary
StyleNameIsNewTester(RoverLegendCtron ctron)
           
 
Method Summary
 boolean execute(java.lang.Object victim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleNameIsNewTester

public StyleNameIsNewTester(RoverLegendCtron ctron)
Method Detail

execute

public boolean execute(java.lang.Object victim)
Specified by:
execute in interface UnaryPredicate