DOFSystemStateListener InterfaceOpenDOF Object Access Library
This interface can be implemented to provide a listener for the state of a DOFSystem .

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public interface StateListener

The DOFSystemStateListener type exposes the following members.

Methods

  NameDescription
Public methodremoved
This method is called when this listener is removed from the DOFSystem.
Public methodstateChanged
This method is called when the state of a system changes.
Top
See Also

Reference