Interface NotificationService
-
public interface NotificationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(ServerInstanceConnected serverInstanceConnected)voidnotify(ServerInstanceDeleted serverInstanceDeleted)voidnotify(ServerInstanceDisconnected serverInstanceDisconnected)voidnotify(ServerInstanceUpdated serverInstanceUpdated)voidnotify(ServerTemplateDeleted serverTemplateDeleted)voidnotify(ServerTemplateUpdated serverTemplateUpdated)voidnotify(ServerTemplate serverTemplate, ContainerSpec containerSpec, List<Container> containers)
-
-
-
Method Detail
-
notify
void notify(ServerTemplate serverTemplate, ContainerSpec containerSpec, List<Container> containers)
-
notify
void notify(ServerTemplateUpdated serverTemplateUpdated)
-
notify
void notify(ServerTemplateDeleted serverTemplateDeleted)
-
notify
void notify(ServerInstanceUpdated serverInstanceUpdated)
-
notify
void notify(ServerInstanceDeleted serverInstanceDeleted)
-
notify
void notify(ServerInstanceConnected serverInstanceConnected)
-
notify
void notify(ServerInstanceDisconnected serverInstanceDisconnected)
-
-