com.tensegrity.palowebviewer.modules.paloclient.client.misc
Class ExistanceChecker

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.paloclient.client.misc.ExistanceChecker
All Implemented Interfaces:
IXVisitor

public class ExistanceChecker
extends java.lang.Object
implements IXVisitor


Constructor Summary
ExistanceChecker(XObject checkedObject)
           
 
Method Summary
 boolean hasFinished()
           
 void visit(XObject object)
           
 boolean wasFound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExistanceChecker

public ExistanceChecker(XObject checkedObject)
Method Detail

wasFound

public boolean wasFound()

visit

public void visit(XObject object)
Specified by:
visit in interface IXVisitor

hasFinished

public boolean hasFinished()
Specified by:
hasFinished in interface IXVisitor