Uses of Interface
ice.net.pac.PacCallback

Packages that use PacCallback
ice.net.pac   
 

Uses of PacCallback in ice.net.pac
 

Methods in ice.net.pac that return PacCallback
 PacCallback PacManager.getPacCallback()
          Returns the PAC callback of this PacManager.
 

Methods in ice.net.pac with parameters of type PacCallback
 void PacManager.setPacCallback(PacCallback pacCallback)
          Sets this PacManager's PAC callback to the specified pacCallback.