public abstract static class ModelContext.Listener extends Object
Constructor and Description |
---|
ModelContext.Listener()
Creates a new
Listener instance. |
public ModelContext.Listener()
Listener
instance.public void onLog(Level level, String message, Throwable t)
level
- The level of the event.message
- The message of the event or null
.t
- The throwable of the event or null
.NullPointerException
- if level
is null
.Copyright © 2005–2016 The JOMC Project. All rights reserved.