Show
Ignore:
Timestamp:
06/15/09 00:22:04 (15 months ago)
Author:
xeraph
Message:

Added missing event callback notifications.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • kraken-filter/src/main/java/org/krakenapps/filter/ActiveFilter.java

    r306 r307  
    4343 
    4444        /** 
    45          * Initialize an active filter instance. ActiveFilterRunner calls this 
    46          * method before the run loop. 
     45         * Initialize callback. ActiveFilterRunner calls this method before the run 
     46         * loop. Override this. 
    4747         *  
    4848         * @throws ConfigurationException 
     
    5353 
    5454        /** 
    55          * Finalize an active filter instance. ActiveFilterRunner calls this method 
    56          * after the run loop. 
     55         * Finalize callback. ActiveFilterRunner calls this method after the run 
     56         * loop. Override this. 
    5757         */ 
    5858        public void close() { 
     
    6060 
    6161        /** 
    62          * ActiveFilterRunner calls this method in each loop. Thread will sleep some 
    63          * milliseconds after run. 
     62         * ActiveFilterRunner calls this callback in each loop. Thread will sleep 
     63         * some milliseconds after run. 
    6464         *  
    6565         * @throws InterruptedException