Package org.luwrain.core
Class EmptyJobListener
java.lang.Object
org.luwrain.core.EmptyJobListener
- All Implemented Interfaces:
Job.Listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onInfoChange
(Job instance, String infoType, List<String> value) void
onStatusChange
(Job instance)
-
Constructor Details
-
EmptyJobListener
public EmptyJobListener()
-
-
Method Details
-
onStatusChange
- Specified by:
onStatusChange
in interfaceJob.Listener
-
onInfoChange
- Specified by:
onInfoChange
in interfaceJob.Listener
-