Package ca.phon.app.query
Class QueryTimer
java.lang.Object
ca.phon.app.query.QueryTimer
- All Implemented Interfaces:
PhonTaskListener
,EventListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
propertyChanged
(PhonTask task, String property, Object oldValue, Object newValue) Sent when a property of the task changes.void
statusChanged
(PhonTask task, PhonTask.TaskStatus oldStatus, PhonTask.TaskStatus newStatus) Sent when the running status of the task has changed.
-
Constructor Details
-
QueryTimer
-
-
Method Details
-
propertyChanged
Description copied from interface:PhonTaskListener
Sent when a property of the task changes. Subclasses of PhonTask can define additional properties.- Specified by:
propertyChanged
in interfacePhonTaskListener
-
statusChanged
public void statusChanged(PhonTask task, PhonTask.TaskStatus oldStatus, PhonTask.TaskStatus newStatus) Description copied from interface:PhonTaskListener
Sent when the running status of the task has changed.- Specified by:
statusChanged
in interfacePhonTaskListener
-