Package org.wicketstuff.push
Class AbstractPushEventHandler<EventType>
- java.lang.Object
-
- 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
Constructors Constructor Description AbstractPushEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidappendHTML(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
-
-
-
-
Method Detail
-
appendHTML
protected void appendHTML(AjaxRequestTarget target, Label component, String html)
-
-