org.apache.velocity.context

Interface InternalEventContext

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,v 1.2.12.1 2004/03/03 23:22:54 geirm Exp $

Author: Geir Magnusson Jr.

Method Summary
EventCartridgeattachEventCartridge(EventCartridge ec)
EventCartridgegetEventCartridge()

Method Detail

attachEventCartridge

public EventCartridge attachEventCartridge(EventCartridge ec)

getEventCartridge

public EventCartridge getEventCartridge()
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.