Uses of Class
it.tidalwave.image.processor.event.ImagingTaskProcessorEvent
-
Packages that use ImagingTaskProcessorEvent Package Description it.tidalwave.image.processor.event -
-
Uses of ImagingTaskProcessorEvent in it.tidalwave.image.processor.event
Methods in it.tidalwave.image.processor.event with parameters of type ImagingTaskProcessorEvent Modifier and Type Method Description void
ImagingTaskProcessorAdapter. notifyTaskCompleted(ImagingTaskProcessorEvent event)
void
ImagingTaskProcessorListener. notifyTaskCompleted(ImagingTaskProcessorEvent event)
Receives notification that a task has been completed.void
ImagingTaskProcessorAdapter. notifyTaskPopped(ImagingTaskProcessorEvent event)
void
ImagingTaskProcessorListener. notifyTaskPopped(ImagingTaskProcessorEvent event)
void
ImagingTaskProcessorAdapter. notifyTaskPosted(ImagingTaskProcessorEvent event)
void
ImagingTaskProcessorListener. notifyTaskPosted(ImagingTaskProcessorEvent event)
void
ImagingTaskProcessorAdapter. notifyTaskStarted(ImagingTaskProcessorEvent event)
void
ImagingTaskProcessorListener. notifyTaskStarted(ImagingTaskProcessorEvent event)
-