Package cern.dip
Interface DipSubscription
-
- All Known Implementing Classes:
DipSubscriptionImp
,MockDipSubscription
public interface DipSubscription
Interface for DIP subscriptions. DipSubscription objects are created by theDIP factory
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTopicName()
Returns Name of the DipData item this object is subscribed to.void
requestUpdate()
Requests last value to be re-send.
-