org.chenillekit.tapestry.core.base
Class AbstractEventMixin

java.lang.Object
  extended by org.chenillekit.tapestry.core.base.AbstractEventMixin
All Implemented Interfaces:
EventMixin
Direct Known Subclasses:
OnEvent

@Import(library={"../Chenillekit.js","../components/CkOnEvents.js"})
@MixinAfter
public abstract class AbstractEventMixin
extends Object
implements EventMixin

Version:
$Id: AbstractEventMixin.java 674 2010-07-29 12:47:25Z homburgs $

Constructor Summary
AbstractEventMixin()
           
 
Method Summary
 List<?> getContext()
          get the conext parameter(s)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.chenillekit.tapestry.core.base.EventMixin
getEventName
 

Constructor Detail

AbstractEventMixin

public AbstractEventMixin()
Method Detail

getContext

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

Specified by:
getContext in interface EventMixin
Returns:
conext parameter(s)


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.