Package org.jorigin.task
Interface TaskListener
-
- All Superinterfaces:
java.util.EventListener
public interface TaskListener extends java.util.EventListenerA listener that enables to processtask event.- Since:
- 1.0.0
- Version:
- "1.0.9" - b201903071030L
- Author:
- Julien Seinturier - COMEX S.A. - contact@jorigin.org - https://github.com/jorigin/jeometry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventDispatched(TaskEvent event)Dispatch aTaskEventin the listener
-