Uses of Interface
de.iip_ecosphere.platform.connectors.model.AbstractModelAccess.NotificationChangedListener
-
Packages that use AbstractModelAccess.NotificationChangedListener Package Description de.iip_ecosphere.platform.connectors The connectors component defining the interface to generic machine/platform connectors.de.iip_ecosphere.platform.connectors.model 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.NotificationChangedListener Modifier and Type Class Description classAbstractChannelConnector<O,I,CO,CI>Defines a basic channeled connector.classAbstractConnector<O,I,CO,CI>Provides a reusable base of aConnectorimplementation using theProtocolAdapter. -
Uses of AbstractModelAccess.NotificationChangedListener in de.iip_ecosphere.platform.connectors.model
Fields in de.iip_ecosphere.platform.connectors.model declared as AbstractModelAccess.NotificationChangedListener Modifier and Type Field Description private AbstractModelAccess.NotificationChangedListenerAbstractModelAccess. notificationChangedListenerConstructors in de.iip_ecosphere.platform.connectors.model with parameters of type AbstractModelAccess.NotificationChangedListener Constructor Description AbstractModelAccess(AbstractModelAccess.NotificationChangedListener notificationChangedListener)Creates an abstract model access with notification changed listener.
-