public abstract class EventSourceResource extends Object implements org.apache.wicket.request.resource.IResource
| Modifier and Type | Class and Description |
|---|---|
static class |
EventSourceResource.EventSource |
| Constructor and Description |
|---|
EventSourceResource() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
respond(EventSourceResource.EventSource eventSource)
A callback method which is called when an EventSource makes a request to this resource
|
void |
respond(org.apache.wicket.request.resource.IResource.Attributes attributes) |
public final void respond(org.apache.wicket.request.resource.IResource.Attributes attributes)
respond in interface org.apache.wicket.request.resource.IResourceprotected abstract void respond(EventSourceResource.EventSource eventSource)
eventSource - a helper that should be used to write back to the clientCopyright © 2015. All rights reserved.