Uses of Interface
org.apache.velocity.app.event.EventHandler

Packages that use EventHandler
org.apache.velocity.app.event   
org.apache.velocity.test   
org.apache.velocity.test.misc   
 

Uses of EventHandler in org.apache.velocity.app.event
 

Subinterfaces of EventHandler in org.apache.velocity.app.event
 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.
 

Classes in org.apache.velocity.app.event that implement EventHandler
 class EventCartridge
          'Package' of event handlers...
 

Methods in org.apache.velocity.app.event with parameters of type EventHandler
 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.
 

Uses of EventHandler in org.apache.velocity.test
 

Classes in org.apache.velocity.test that implement EventHandler
 class EventHandlingTestCase
          Tests event handling
 

Uses of EventHandler in org.apache.velocity.test.misc
 

Classes in org.apache.velocity.test.misc that implement EventHandler
 class Test
          This class the testbed for Velocity.
 



Copyright © 2003 Apache Software Foundation. All Rights Reserved.