Package net.solarnetwork.node.service
Interface PlatformService.PlatformTaskStatusHandler
- Enclosing interface:
- PlatformService
public static interface PlatformService.PlatformTaskStatusHandler
A callback handler for dealing with real-time status updates.
-
Method Summary
Modifier and TypeMethodDescriptionvoidUpdate the task info for a task.
-
Method Details
-
taskStatusUpdated
Update the task info for a task.- Parameters:
status- the status
-