A B C F G L N R S T U

R

register(Listener<LogRecord>) - Method in class cmsc433.p1.BasicFilterLog
 
register(Listener<LogRecord>) - Method in class cmsc433.p1.BasicLog
Registers a new listener with this log.
register(Listener<E>) - Method in class cmsc433.p1.Listenable
Registers a listener.
register(Listener<LogRecord>) - Method in interface cmsc433.p1.Log
Registers a listener that whose notify() method will be called whenever a record is added to this log; the first argument of notify() is the log itself, and the second is the LogRecord that was added.
register(Listener<LogRecord>) - Method in class cmsc433.p1.NullLog
 
register(Listener<LogRecord>) - Method in class cmsc433.p1.SplitLog
 
run() - Method in class cmsc433.p1.LogGatherFlush
 
run() - Method in class cmsc433.p1.LogGatherPoll
This method loops forever; every delayMS (passed to the constructor) it will wake up, get all of the records from the last delayMS (also passed to the constructor) and print them out.

A B C F G L N R S T U