- Timestamp:
- 06/15/09 00:22:04 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
kraken-filter/src/main/java/org/krakenapps/filter/ActiveFilter.java
r306 r307 43 43 44 44 /** 45 * Initialize an active filter instance. ActiveFilterRunner calls this46 * method before the run loop.45 * Initialize callback. ActiveFilterRunner calls this method before the run 46 * loop. Override this. 47 47 * 48 48 * @throws ConfigurationException … … 53 53 54 54 /** 55 * Finalize an active filter instance. ActiveFilterRunner calls this method56 * after the run loop.55 * Finalize callback. ActiveFilterRunner calls this method after the run 56 * loop. Override this. 57 57 */ 58 58 public void close() { … … 60 60 61 61 /** 62 * ActiveFilterRunner calls this method in each loop. Thread will sleep some63 * milliseconds after run.62 * ActiveFilterRunner calls this callback in each loop. Thread will sleep 63 * some milliseconds after run. 64 64 * 65 65 * @throws InterruptedException
