Uses of Interface
com.realtime.crossfire.jxclient.faces.FaceQueueListener

Packages that use FaceQueueListener
com.realtime.crossfire.jxclient.faces Manages image information ("faces") needed to display the map view, items, and spell icons. 
 

Uses of FaceQueueListener in com.realtime.crossfire.jxclient.faces
 

Fields in com.realtime.crossfire.jxclient.faces declared as FaceQueueListener
private  FaceQueueListener FacesQueue.askfaceFaceQueueListener
          The FaceQueueListener attached to FacesQueue.askfaceFaceQueue.
private  FaceQueueListener DefaultFacesManager.faceQueueListener
          The FaceQueueListener registered to DefaultFacesManager.faceQueue.
private  FaceQueueListener FacesQueue.fileCacheFaceQueueListener
          The FaceQueueListener attached to FacesQueue.fileCacheFaceQueue.
 

Fields in com.realtime.crossfire.jxclient.faces with type parameters of type FaceQueueListener
private  java.util.Collection<FaceQueueListener> AbstractFaceQueue.faceQueueListeners
          The registered FaceQueueListeners.
 

Methods in com.realtime.crossfire.jxclient.faces with parameters of type FaceQueueListener
 void AbstractFaceQueue.addFaceQueueListener(FaceQueueListener faceQueueListener)
          Adds a FaceQueueListener to be notified about processed faces.
 void FaceQueue.addFaceQueueListener(FaceQueueListener faceQueueListener)
          Adds a FaceQueueListener to be notified about processed faces.
 void AbstractFaceQueue.removeFaceQueueListener(FaceQueueListener faceQueueListener)
          Removes a FaceQueueListener to be notified about processed faces.
 void FaceQueue.removeFaceQueueListener(FaceQueueListener faceQueueListener)
          Removes a FaceQueueListener to be notified about processed faces.