Uses of Interface
io.joynr.pubsub.publication.AttributeListener
-
Packages that use AttributeListener Package Description io.joynr.provider -
-
Uses of AttributeListener in io.joynr.provider
Methods in io.joynr.provider with parameters of type AttributeListener Modifier and Type Method Description voidAbstractSubscriptionPublisher. registerAttributeListener(String attributeName, AttributeListener attributeListener)Registers an attribute listener that gets notified in case the attribute changes.voidSubscriptionPublisherObservable. registerAttributeListener(String attributeName, AttributeListener attributeListener)Registers an attribute listener that gets notified in case the attribute changes.voidAbstractSubscriptionPublisher. unregisterAttributeListener(String attributeName, AttributeListener attributeListener)Unregisters an attribute listener.voidSubscriptionPublisherObservable. unregisterAttributeListener(String attributeName, AttributeListener attributeListener)Unregisters an attribute listener.
-