Interface Summary |
EventHandler
|
Base interface for all event handlers
*
|
MethodExceptionEventHandler
|
Called when a method throws an exception. This gives the
application a chance to deal with it and either
return something nice, or throw.
*
Please return what you want rendered into the output stream.
*
|
NullSetEventHandler
|
Event handler : lets an app approve / veto
writing a log message when RHS of #set() is null.
*
|
ReferenceInsertionEventHandler
|
Reference 'Stream insertion' event handler. Called with object
that will be inserted into stream via value.toString().
*
Please return an Object that will toString() nicely :)
*
|