Class SoBufferAsyncNotifierInterface

    • Method Detail

      • dispose

        public boolean dispose()
        Description copied from class: Inventor
        Explicitly call this method to force object to dispose its unmanaged resources. The object may not be reused in the application code after this call.
        Specified by:
        dispose in interface SafeDisposable
        Overrides:
        dispose in class Inventor
        Returns:
        true if this object native resources were successfully disposed; false if it was already disposed or no native resources has been registered for this object.
      • refetchNotify

        public boolean refetchNotify()
        Notify an object that a buffer implementing SoBufferAsyncInterface has change its state. It allows for example to let LDM know that some new data are now available.

        Returns:
        true if the notification is taken in account, false otherwise (if the object to notify does not exist anymore for example)