org.chenillekit.tapestry.core.base
Interface EventMixin

All Known Implementing Classes:
AbstractEventMixin, OnEvent

public interface EventMixin

Version:
$Id: EventMixin.java 594 2009-12-05 15:17:26Z mlusetti $

Method Summary
 List<?> getContext()
          get the conext parameter(s)
 String getEventName()
          get the event name.
 

Method Detail

getEventName

String getEventName()
get the event name.

Returns:
the event name

getContext

List<?> getContext()
get the conext parameter(s)

Returns:
conext parameter(s)


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.