@Override
public void action() throws MXException, RemoteException
{
super.action();
String currVal = getMboValue().getString();
String oldVal = getMboValue().getPreviousValue().asString();
String initialVal = getMboValue().getInitialValue().asString();
if (!currVal.equals(oldVal))
{
...
}
}
Labels: intermediate, java, mbo