org.jomc.cli
Interface Command.Listener

Package class diagram package Command.Listener
Enclosing interface:
Command

public static interface Command.Listener

Listener interface.


Method Summary
 void onLog(Level level, String message, Throwable t)
          Get called on logging.
 

Method Detail

onLog

void onLog(Level level,
           String message,
           Throwable t)
Get called on logging.

Parameters:
level - The level of the event.
message - The message of the event or null.
t - The throwable of the event or null.
Throws:
NullPointerException - if level is null.


Copyright © 2005-2009 The JOMC Project. All Rights Reserved.