Class QueryTimer
java.lang.Object
ca.phon.app.query.QueryTimer
- All Implemented Interfaces:
PhonTaskListener,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpropertyChanged(PhonTask task, String property, Object oldValue, Object newValue) Sent when a property of the task changes.voidstatusChanged(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:PhonTaskListenerSent when a property of the task changes. Subclasses of PhonTask can define additional properties.- Specified by:
propertyChangedin interfacePhonTaskListener- Parameters:
task-oldValue-newValue-
-
statusChanged
public void statusChanged(PhonTask task, PhonTask.TaskStatus oldStatus, PhonTask.TaskStatus newStatus) Description copied from interface:PhonTaskListenerSent when the running status of the task has changed.- Specified by:
statusChangedin interfacePhonTaskListener- Parameters:
task-oldStatus-newStatus-
-