Uses of Interface
com.perforce.p4java.server.callback.ICommandCallback

Packages that use ICommandCallback
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of ICommandCallback in com.perforce.p4java.impl.mapbased.server
 

Fields in com.perforce.p4java.impl.mapbased.server declared as ICommandCallback
protected  ICommandCallback Server.commandCallback
           
 

Methods in com.perforce.p4java.impl.mapbased.server that return ICommandCallback
 ICommandCallback Server.registerCallback(ICommandCallback callback)
           
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type ICommandCallback
 ICommandCallback Server.registerCallback(ICommandCallback callback)
           
 

Uses of ICommandCallback in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return ICommandCallback
 ICommandCallback IServer.registerCallback(ICommandCallback callback)
          Register a P4Java command callback with this Perforce server.
 

Methods in com.perforce.p4java.server with parameters of type ICommandCallback
 ICommandCallback IServer.registerCallback(ICommandCallback callback)
          Register a P4Java command callback with this Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.