Package org.openas2.support
Interface FileMonitorListener
-
- All Known Implementing Classes:
FileMonitorAdapter
public interface FileMonitorListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
EVENT_MODIFIED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFileEvent(java.io.File file, int eventID)
-
-
-
Field Detail
-
EVENT_MODIFIED
static final int EVENT_MODIFIED
- See Also:
- Constant Field Values
-
-