Package | Description |
---|---|
org.apache.velocity.app.event | |
org.apache.velocity.test | |
org.apache.velocity.test.misc |
Modifier and Type | Interface and Description |
---|---|
interface |
MethodExceptionEventHandler
Called when a method throws an exception.
|
interface |
NullSetEventHandler
Event handler : lets an app approve / veto
writing a log message when RHS of #set() is null.
|
interface |
ReferenceInsertionEventHandler
Reference 'Stream insertion' event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
EventCartridge
'Package' of event handlers...
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventCartridge.addEventHandler(EventHandler ev)
Adds an event handler(s) to the Cartridge.
|
boolean |
EventCartridge.removeEventHandler(EventHandler ev)
Removes an event handler(s) from the Cartridge.
|
Modifier and Type | Class and Description |
---|---|
class |
EventHandlingTestCase
Tests event handling
|
Modifier and Type | Class and Description |
---|---|
class |
Test
This class the testbed for Velocity.
|
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.