Package org.jorigin.task
Interface TaskListener
-
- All Superinterfaces:
java.util.EventListener
public interface TaskListener extends java.util.EventListenerTitle: Task Event
Description:
Copyright: Copyright (c) 2005
Company:
- Version:
- 1.0
- Author:
- Julien Seinturier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventDispatched(TaskEvent event)Dispatch aTaskEventin the listener
-