Uses of Class
logahawk.listeners.LogListenerEntry

Packages that use LogListenerEntry
logahawk.listeners   
 

Uses of LogListenerEntry in logahawk.listeners
 

Fields in logahawk.listeners with type parameters of type LogListenerEntry
protected  Queue<LogListenerEntry> BufferedListener.listenerEntries
           
 

Methods in logahawk.listeners that return types with arguments of type LogListenerEntry
 Queue<LogListenerEntry> BufferedListener.getEntries()
           
 List<LogListenerEntry> MemoryListener.getLogEntries()
           
 

Constructor parameters in logahawk.listeners with type arguments of type LogListenerEntry
BufferedListener(Queue<LogListenerEntry> queue)