protected class FwkInfoBusItemChildList.ChildListener extends java.lang.Object implements FwkChildListenerInterface
Modifier | Constructor and Description |
---|---|
protected |
FwkInfoBusItemChildList.ChildListener() |
Modifier and Type | Method and Description |
---|---|
void |
childAdded(FwkChildEventInterface ev)
This method will be invoked when a child was added.
|
void |
childRemoved(FwkChildEventInterface ev)
This method will be invoked when a child was removed.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
void |
release()
Release the object.
|
protected FwkInfoBusItemChildList.ChildListener()
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
public void release()
release
in interface FwkInterface
public void childAdded(FwkChildEventInterface ev)
childAdded
in interface FwkChildListenerInterface
ev
- The child event.public void childRemoved(FwkChildEventInterface ev)
childRemoved
in interface FwkChildListenerInterface
ev
- The child event.