org.jwall.audit.server
Interface LogHandler<E extends Event>

All Superinterfaces:
Runnable

public interface LogHandler<E extends Event>
extends Runnable


Method Summary
 void init(InputStream in, EventListener<E> listener, Properties p)
           
 E readNext()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

init

void init(InputStream in,
          EventListener<E> listener,
          Properties p)
          throws Exception
Throws:
Exception

readNext

E readNext()
                         throws Exception
Throws:
Exception


Copyright © 2012 jwall.org. All Rights Reserved.