org.wicketstuff.push
Class AbstractPushEventHandler<EventType>

java.lang.Object
  extended by org.wicketstuff.push.AbstractPushEventHandler<EventType>
All Implemented Interfaces:
Serializable, IPushEventHandler<EventType>

public abstract class AbstractPushEventHandler<EventType>
extends Object
implements IPushEventHandler<EventType>

Author:
Sebastian Thomschke
See Also:
Serialized Form

Constructor Summary
AbstractPushEventHandler()
           
 
Method Summary
protected  void appendHTML(AjaxRequestTarget target, Label component, String html)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wicketstuff.push.IPushEventHandler
onEvent
 

Constructor Detail

AbstractPushEventHandler

public AbstractPushEventHandler()
Method Detail

appendHTML

protected void appendHTML(AjaxRequestTarget target,
                          Label component,
                          String html)


Copyright © 2013. All Rights Reserved.