|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.adventnet.snmp.ui.PropertyCombiner
This bean is used to take object as input from one component and pass it to those components which are all listened by this bean.This bean can also be used to pass objects to group of target beans
Constructor Summary | |
PropertyCombiner()
this is the constructor for this bean |
Method Summary | |
void |
addPropertyCombinerListener(PropertyCombinerListener cl)
used to add a combiner listener object to listener's list |
protected void |
finalize()
|
java.lang.String |
getGroup()
returns the name of the group to which the bean belongs. |
void |
passObject(java.lang.Object originalObject)
The method is used to pass the input Object to the all listener's component which are all added to this group and it will fire an PropertyCombinerEvent to all target beans |
void |
prepareToDie()
remove all listener objects added to this bean |
void |
removePropertyCombinerListener(PropertyCombinerListener cl)
used to remove a combiner listener object from listener's list |
void |
setGroup(java.lang.String value)
sets the name of the group to which the bean should belong. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyCombiner()
Method Detail |
protected void finalize()
finalize
in class java.lang.Object
public void prepareToDie()
prepareToDie
in interface DieInterface
public java.lang.String getGroup()
public void setGroup(java.lang.String value)
public void addPropertyCombinerListener(PropertyCombinerListener cl)
public void removePropertyCombinerListener(PropertyCombinerListener cl)
public void passObject(java.lang.Object originalObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |