Uses of Interface
de.iip_ecosphere.platform.connectors.model.AbstractModelAccess.NotificationChangedListener
Packages that use AbstractModelAccess.NotificationChangedListener
Package
Description
The connectors component defining the interface to generic machine/platform connectors.
Classes around accessing an information model behind a protocol implementation.
-
Uses of AbstractModelAccess.NotificationChangedListener in de.iip_ecosphere.platform.connectors
Classes in de.iip_ecosphere.platform.connectors that implement AbstractModelAccess.NotificationChangedListenerModifier and TypeClassDescriptionclassAbstractChannelConnector<O,I, CO, CI> Defines a basic channeled connector.classAbstractConnector<O,I, CO, CI> Provides a reusable base of aConnectorimplementation using theProtocolAdapter.classAbstractThreadedConnector<O,I, CO, CI, M extends ModelAccess> Provides a reusable base for connectors that require aModelAccessinstance per calling thread. -
Uses of AbstractModelAccess.NotificationChangedListener in de.iip_ecosphere.platform.connectors.model
Fields in de.iip_ecosphere.platform.connectors.model declared as AbstractModelAccess.NotificationChangedListenerConstructors in de.iip_ecosphere.platform.connectors.model with parameters of type AbstractModelAccess.NotificationChangedListenerModifierConstructorDescriptionprotectedAbstractModelAccess(AbstractModelAccess.NotificationChangedListener notificationChangedListener) Creates an abstract model access with notification changed listener.protectedAbstractTypeMappingModelAccess(AbstractModelAccess.NotificationChangedListener notificationChangedListener) Creates an instance.