Uses of Interface
com.jstatcom.engine.PCallListener

Packages that use PCallListener
com.jstatcom.engine Abstract implementation of the engine communication as well as the procedure call. 
 

Uses of PCallListener in com.jstatcom.engine
 

Classes in com.jstatcom.engine that implement PCallListener
 class DefaultPCallControl
          Default component for displaying status information about procedure calls.
 class PCallAdapter
          An empty convenience implementation of PCallListener.
 

Methods in com.jstatcom.engine with parameters of type PCallListener
 void PCall.addPCallListener(PCallListener l)
          Registers listener l such that it will receive notifications.
 void PCall.removePCallListener(PCallListener l)
          Unregisters listener l so that it will no longer be notified.