psdi.mbo

Class MboGLValue

    • Constructor Detail

      • MboGLValue

        public MboGLValue()
    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: MboValue
        Called by the frame work once to allow expensive initilization of access information. Guaranteed to be called once, and before any setValues with access control takes place. This will also call the init() of all listeners. If once of those listeners fails in the init and throws an exception, there is no guarentee that other listener's init() methods will not be called again.
        Overrides:
        init in class MboValue
        Throws:
        MXException
      • getType

        public int getType()
        Return the type as int defined in MXFormat
        Specified by:
        getType in class MboValue