Uses of Class
com.caucho.quercus.env.Callback

Packages that use Callback
com.caucho.quercus.env   
com.caucho.quercus.function   
com.caucho.quercus.lib   
com.caucho.quercus.lib.spl   
com.caucho.quercus.module   
com.caucho.quercus.program   
 

Uses of Callback in com.caucho.quercus.env
 

Subclasses of Callback in com.caucho.quercus.env
 class AbstractJavaMethod
          Represents the introspected static function information.
 class CallbackClassMethod
          Represents a call to an object's method
 class CallbackError
          Represents a call to an object's method
 class CallbackFunction
          Represents a call to a function.
 class CallbackObjectMethod
          Represents a call to an object's method
 class Closure
          Represents a call to a function.
 class JavaConstructor
          Represents the introspected static function information.
 class JavaInvoker
          Represents the introspected static function information.
 class JavaMethod
          Represents a function created from a java method.
 class JavaOverloadMethod
          Represents the introspected static function information.
 

Methods in com.caucho.quercus.env with parameters of type Callback
 void OutputBuffer.setCallback(Callback callback)
          Sets the callback for this output buffer.
 

Uses of Callback in com.caucho.quercus.function
 

Subclasses of Callback in com.caucho.quercus.function
 class AbstractFunction
          Represents a function
 class CompiledFunction
          Represents a compiled function
 class CompiledFunction_0
          Represents a compiled function with 0 args
 class CompiledFunction_1
          Represents a compiled function with 1 arg
 class CompiledFunction_2
          Represents a compiled function with 2 args
 class CompiledFunction_3
          Represents a compiled function with 3 args
 class CompiledFunction_4
          Represents a compiled function with 4 args
 class CompiledFunction_5
          Represents a compiled function with 5 args
 class CompiledFunction_N
          Represents a compiled function with N args
 class CompiledFunctionRef
          Represents a compiled function with 1 arg
 class CompiledFunctionRef_0
          Represents a compiled function with 0 args
 class CompiledFunctionRef_1
          Represents a compiled function with 1 arg
 class CompiledFunctionRef_2
          Represents a compiled function with 2 args
 class CompiledFunctionRef_3
          Represents a compiled function with 3 args
 class CompiledFunctionRef_4
          Represents a compiled function with 4 args
 class CompiledFunctionRef_5
          Represents a compiled function with 5 args
 class CompiledFunctionRef_N
          Represents a compiled function with N args
 class CompiledMethod
          Represents a compiled method with 0 args
 class CompiledMethod_0
          Represents a compiled method with 0 args
 class CompiledMethod_1
          Represents a compiled method with 1 arg
 class CompiledMethod_2
          Represents a compiled method with 2 args
 class CompiledMethod_3
          Represents a compiled method with 3 args
 class CompiledMethod_4
          Represents a compiled method with 4 args
 class CompiledMethod_5
          Represents a compiled method with 5 args
 class CompiledMethod_N
          Represents a compiled method with N args
 class CompiledMethodRef
          Represents a compiled function with 1 arg
 class CompiledMethodRef_0
          Represents a compiled method with 0 args
 class CompiledMethodRef_1
          Represents a compiled method with 1 arg
 class CompiledMethodRef_2
          Represents a compiled method with 2 args
 class CompiledMethodRef_3
          Represents a compiled method with 3 args
 class CompiledMethodRef_4
          Represents a compiled method with 4 args
 class CompiledMethodRef_5
          Represents a compiled method with 5 args
 class CompiledMethodRef_N
          Represents a compiled method with N args
 class CompiledRefMethod_0
          Represents a compiled method with 0 args
 class FunSpecialCall
          Represents a function
 class LazyFunction
          Lazily load a compiled function.
 class LazyMethod
          Lazily load a compiled method.
 

Uses of Callback in com.caucho.quercus.lib
 

Subclasses of Callback in com.caucho.quercus.lib
 class UrlRewriterCallback
          Implements the built-in URL rewriter for passing session ids and other variables.
 

Uses of Callback in com.caucho.quercus.lib.spl
 

Methods in com.caucho.quercus.lib.spl with parameters of type Callback
 void ArrayIterator.uasort(Callback func, long sortFlag)
           
 void ArrayIterator.uksort(Callback func, long sortFlag)
           
 

Uses of Callback in com.caucho.quercus.module
 

Subclasses of Callback in com.caucho.quercus.module
 class StaticFunction
          Represents the introspected static function information.
 

Uses of Callback in com.caucho.quercus.program
 

Subclasses of Callback in com.caucho.quercus.program
 class Function
          Represents sequence of statements.
 class MethodDeclaration
          Declaration for an abstract function or interface.
 class ObjectMethod
          Represents sequence of statements.
 class UndefinedFunction
          Represents an undefined
 class UnsetFunction
          Represents an unset function