public class ComponentDestructor
extends java.lang.Object
| Constructor and Description |
|---|
ComponentDestructor(java.lang.Class c)
Create a component destructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(java.lang.Object o) |
public ComponentDestructor(java.lang.Class c)
c - the class of instances to destruct.public void destroy(java.lang.Object o)
throws java.lang.IllegalAccessException,
java.lang.IllegalArgumentException,
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionjava.lang.IllegalArgumentExceptionjava.lang.reflect.InvocationTargetExceptionCopyright © 2016 Oracle Corporation. All Rights Reserved.