public interface FilterTask
Interface for filter tasks.
| Modifier and Type | Method and Description |
|---|---|
long |
getDelay()
Returns the delay between the updates
|
void |
onStart()
Will be fired on express-start
|
void |
onStop()
Will be fired on express-stop
|
void |
onUpdate()
Will be fired between the delays
|
Copyright © 2019. All rights reserved.