Uses of Interface
net.sf.cglib.Callbacks

Packages that use Callbacks
net.sf.cglib   
 

Uses of Callbacks in net.sf.cglib
 

Classes in net.sf.cglib that implement Callbacks
 class SimpleCallbacks
          A trivial implementation of the Callbacks interface.
 

Methods in net.sf.cglib with parameters of type Callbacks
 Factory Factory.newInstance(Callbacks callbacks)
          Creates new instance of the same type, using the no-arg constructor.
 Factory Factory.newInstance(java.lang.Class[] types, java.lang.Object[] args, Callbacks callbacks)
          Creates a new instance of the same type, using the constructor matching the given signature.
 void Factory.setCallbacks(Callbacks callbacks)
          Replace all of the callbacks for this object at once.
 void Enhancer.setCallbacks(Callbacks callbacks)
          Register the callbacks to use when creating the new object instance.
static Factory Enhancer.create(java.lang.Class superclass, java.lang.Class[] interfaces, CallbackFilter filter, Callbacks callbacks)
          Helper method to create an intercepted object.
 



Copyright © 2002-2003 cglib. All Rights Reserved.