Uses of Package
com.perforce.p4java.server.callback

Packages that use com.perforce.p4java.server.callback
com.perforce.p4java Defines the root of the Perforce P4Java API product package hierarchy and a small handful of useful product-wide definitions and services such as loggers, tracers, and product metadata. 
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
com.perforce.p4java.server.callback Provides interfaces and classes for defining and accessing Perforce server callbacks for things like logging, command progress, single sign on (SSO) authentication, etc. 
 

Classes in com.perforce.p4java.server.callback used by com.perforce.p4java
ILogCallback
          General P4Java-wide logger callback interface.
ILogCallback.LogTraceLevel
          Defines the various trace levels available.
 

Classes in com.perforce.p4java.server.callback used by com.perforce.p4java.server
ICommandCallback
          Provides a simple server command and command results notification callback interface for P4Java consumers.
IProgressCallback
          Provides a simple server command and command progress callback and control interface for P4Java consumers.
ISSOCallback
          Defines the Perforce Single Sign On (SSO) callback interface.
 

Classes in com.perforce.p4java.server.callback used by com.perforce.p4java.server.callback
ILogCallback.LogTraceLevel
          Defines the various trace levels available.
ISSOCallback.Status
          SSO callback return status.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.