org.apache.velocity.app.event
Interface RuntimeServicesAware

All Known Implementing Classes:
EscapeReference, IncludeNotFound, PrintExceptions

public interface RuntimeServicesAware

Event handlers implementing this interface will automatically have the method setRuntimeServices called when the associated EventCartridge is attached to the context.

Version:
$Id: RuntimeServicesAware.java 291585 2005-09-26 08:56:23Z henning $
Author:
Will Glass-Husain

Method Summary
 void setRuntimeServices(RuntimeServices rs)
          Initialize the EventHandler.
 

Method Detail

setRuntimeServices

public void setRuntimeServices(RuntimeServices rs)
                        throws Exception
Initialize the EventHandler.

Throws:
Exception


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.