dsto.dfc.util
Interface ClassInstantiationListener
- All Superinterfaces:
- EventListener
public interface ClassInstantiationListener
- extends EventListener
Defines a listener for class instantiation events. Class
instantiation events may be fired by a class whenever a new
instance is created, allowing clients to perform dynamic
customisation actions on each new instance of a given class. The
addClassInstantiationListener () and
removeClassInstantiationListener () methods will be class-wide
(static).
- Version:
- $Revision$
- Author:
- Matthew Phillips
instanceCreated
void instanceCreated(ClassInstantiationEvent e)
Copyright © 2008 Commonwealth of Australia