public class FwkChildEvent extends java.util.EventObject implements FwkChildEventInterface
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
child |
static java.lang.String |
version |
| Constructor and Description |
|---|
FwkChildEvent(java.lang.Object source,
java.lang.Object child)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getChild()
Get the child.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
release()
Release the object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSourcepublic static final java.lang.String version
protected java.lang.Object child
public FwkChildEvent(java.lang.Object source,
java.lang.Object child)
child - the child.public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacepublic void release()
release in interface FwkInterfacepublic java.lang.Object getChild()
getChild in interface FwkChildEventInterface