org.apache.velocity.context
Interface InternalEventContext

All Known Subinterfaces:
InternalContextAdapter
All Known Implementing Classes:
AbstractContext, ChainedInternalContextAdapter, EvaluateContext, Foreach.NullHolderContext, InternalContextAdapterImpl, ProxyVMContext, VelocityContext

public interface InternalEventContext

Interface for event support. Note that this is a public internal interface, as it is something that will be accessed from outside of the .context package.

Version:
$Id: InternalEventContext.java 463298 2006-10-12 16:10:32Z henning $
Author:
Geir Magnusson Jr.

Method Summary
 EventCartridge attachEventCartridge(EventCartridge ec)
           
 EventCartridge getEventCartridge()
           
 

Method Detail

attachEventCartridge

EventCartridge attachEventCartridge(EventCartridge ec)
Parameters:
ec -
Returns:
The old EventCartridge.

getEventCartridge

EventCartridge getEventCartridge()
Returns:
The current EventCartridge.


Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.