All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.psyc.packages.IdentificationChecker

java.lang.Object
   |
   +----lava.net.psyc.packages.Skeleton
           |
           +----lava.net.psyc.packages.IdentificationChecker

public class IdentificationChecker
extends Skeleton

Variable Index

 o queryTimeout
The maximum time in milliseconds to wait for an answer for a query about locations.

Constructor Index

 o IdentificationChecker()
 o IdentificationChecker(IdentificationCheckerListener)

Method Index

 o understands()
 o variableChanged(UNL, VariableModifier)

Variables

 o queryTimeout
 public long queryTimeout
The maximum time in milliseconds to wait for an answer for a query about locations.

Constructors

 o IdentificationChecker
 public IdentificationChecker()
 o IdentificationChecker
 public IdentificationChecker(IdentificationCheckerListener listener)

Methods

 o understands
 public boolean understands()
Overrides:
understands in class Skeleton
 o variableChanged
 public void variableChanged(UNL source,
                             VariableModifier modifier)
Overrides:
variableChanged in class Skeleton

All Packages  Class Hierarchy  This Package  Previous  Next  Index