Interface PhonTaskListener
-
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.
-
Method Details
-
statusChanged
Sent when the running status of the task has changed.- Parameters:
task
-oldStatus
-newStatus
-
-
propertyChanged
-