Uses of Interface
com.anji.floatingeye.AffinityListener

Packages that use AffinityListener
com.anji.floatingeye com.anji.floatingeye contains classes to build and operate a "floating eye" which is an agent that can move up and down, left and right, and zoom in and out relative to an image, or "surface". 
 

Uses of AffinityListener in com.anji.floatingeye
 

Classes in com.anji.floatingeye that implement AffinityListener
 class CompositeAffinityListener
          CompositeAffinityListener
 class FloatingEyeDisplay
           
 class LastAffinityListener
           
 class MaxAffinityListener
           
 class WeightedAffinityListener
           
 

Methods in com.anji.floatingeye with parameters of type AffinityListener
 void CompositeAffinityListener.add(AffinityListener listener)
          add new listener
 

Constructors in com.anji.floatingeye with parameters of type AffinityListener
AnjiNetFloatingEye(AnjiNet aNet, Surface aSurface, int anEyeDim, EyeMovementParms movementParms, AffinityListener anAffinityListener, java.util.List additionalInputConnections)
          Connects and AnjiNet to a FloatingEye.