Package cmsc433.p1

Interface Summary
FilterLog A FilterLog is a kind of log that is mediated by a filter.
Listener<E> Interface for classes that can be registered as listeners.
Log A Log collects and performs computations on LogRecords.
 

Class Summary
BasicFilterLog A basic implementation of FilterLog.
BasicLog A basic implementation of the Log interface.
Listenable<E> A Listenable is an object of interest.
LogGatherFlush Class that supports printing of logged events in a separate thread.
LogGatherListen Class that prints log contents using the Listener interface.
LogGatherPoll Polls a log in a separate thread, periodically printing recent log data.
LogGatherProgress Marks progress by waiting for a designated event e to be generated by each of a number of logs.
LogRecord A LogRecord describes a logged event.
NullLog A Log that discards all elements added to it.
SplitLog A SplitLog operates on two child logs.