-
- All Superinterfaces:
EventListener
public interface TaskListener extends EventListener
A listener that enables to processtask event.- Since:
- 1.0.0
- Version:
- "1.0.14" - b202111241200L
- Author:
- Julien SEINTURIER - Université de Toulon / CNRS LIS umr 7020 - github.com/jorigin/jcommon (contact@jorigin.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventDispatched(TaskEvent event)Dispatch aTaskEventin the listener
-