Interface PlatformManagementInterfaceNotifier
-
- All Known Subinterfaces:
PlatformManagementInterface
public interface PlatformManagementInterfaceNotifier
This interface models the notifier part of the Platform Management Interface that get notified when a Platform has added the DT to its ecosystem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
notifyNewRegistration(java.net.URI platformUrl)
Notify the registration to a new Platform.
-