psdi.plusc.app.pluscds

Class PlusCFldFunctionCheckPass

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class PlusCFldFunctionCheckPass
    extends MboValueAdapter
    Field class that handles the consistency of as found/left pass/fail fields in function checks.
    • Constructor Detail

      • PlusCFldFunctionCheckPass

        public PlusCFldFunctionCheckPass()
        Instantiates a new plus c fld function check pass.
      • PlusCFldFunctionCheckPass

        public PlusCFldFunctionCheckPass(MboValue mbv)
        Instantiates a new plus c fld function check pass.
        Parameters:
        mbv - the mbv
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Sets the corresponding field's value to the opposite of this field. Examples: ASFOUNDPASS = true => ASFOUNDFAIL = false ASLEFTFAIL = true => ASLEFTPASS = false
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException - the mX exception
        java.rmi.RemoteException - the remote exception