Uses of Interface
org.polliwog.listeners.LogEntryListener

Packages that use LogEntryListener
org.polliwog   
 

Uses of LogEntryListener in org.polliwog
 

Methods in org.polliwog with parameters of type LogEntryListener
static int LogCreator.cycleOverLog(java.io.File logFile, java.io.File configFile, LogEntryListener lel, java.lang.Class cl)
          Cycle over the specified logFile and for each entry in the log create an instance of cl (which must be an extend LogEntry), this entry is then passed to lel via the processEntry(LogEntry) method.
 



  Copyright © 2007 Gary Bentley. All Rights Reserved.