@Generated(value="org.jomc.tools.SourceFileProcessor 1.3", comments="See http://jomc.sourceforge.net/jomc/1.3/jomc-tools-1.3") public interface Listener
getObject(Listener[].class)
,
getObject(Listener.class, "implementation name")
,
org.jomc.ObjectManagerFactory
void onLog(Level level, String message, Throwable throwable) throws NullPointerException
level
- The level of the event.message
- The message of the event or null
.throwable
- The throwable of the event or null
.NullPointerException
- if level
is null
.Copyright © 2005-2012 The JOMC Project. All Rights Reserved.