|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsoleArchiver
A ConsoleArchiver is something which has archived away console messages for different consoles.
Method Summary | |
---|---|
void |
addConsoleListener(LogListener l,
Object component,
long last,
int max)
Add a listener to the archiver which will receive all missed events. |
String |
consoleIdFor(Object component)
Get the console id for a given component. |
void |
removeConsoleListener(LogListener l,
Object component)
Remove the LogListener. |
Method Detail |
---|
void addConsoleListener(LogListener l, Object component, long last, int max)
l
- The logListener which will recieve the events.component
- The component whose console to receive events for.last
- The last event number recieved. The LogArchive will
not send messages from before this number.max
- The maximum messages to send up to the most recent.void removeConsoleListener(LogListener l, Object component)
l
- The LogListener.String consoleIdFor(Object component)
component
- The component.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |