public class FormulaListenerManager
extends java.lang.Object
Constructor and Description |
---|
FormulaListenerManager() |
Modifier and Type | Method and Description |
---|---|
void |
registerFormulaDriverListener(java.lang.String objectName,
java.lang.String attributeName,
AttrFormulaInfo afi) |
void |
registerFormulaListener(java.lang.String objectName,
java.lang.String mboAttributeName,
AttrFormulaInfo attrFormulaInfo) |
void |
unregisterAllListeners() |
void |
unregisterListeners(java.lang.String scriptName,
boolean remove) |
void |
unregisterListeners(java.lang.String scriptName,
java.util.Map eventMap,
boolean remove) |
public void registerFormulaListener(java.lang.String objectName, java.lang.String mboAttributeName, AttrFormulaInfo attrFormulaInfo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public void registerFormulaDriverListener(java.lang.String objectName, java.lang.String attributeName, AttrFormulaInfo afi) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public void unregisterAllListeners() throws MXException
MXException
public void unregisterListeners(java.lang.String scriptName, boolean remove) throws MXException
MXException
public void unregisterListeners(java.lang.String scriptName, java.util.Map eventMap, boolean remove) throws MXException
MXException