Package org.wicketstuff.push
Interface IPushEventContext<EventType>
-
- All Known Implementing Classes:
AbstractPushEventContext
public interface IPushEventContext<EventType>- Author:
- Sebastian Thomschke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPushChannel<EventType>getChannel()EventTypegetEvent()ObjectgetProperty(Object key)IPushServicegetService()longgetTimestamp()IPushEventContext<EventType>setProperty(Object key, Object value)
-
-
-
Method Detail
-
getChannel
IPushChannel<EventType> getChannel()
-
getEvent
EventType getEvent()
-
getService
IPushService getService()
-
getTimestamp
long getTimestamp()
-
setProperty
IPushEventContext<EventType> setProperty(Object key, Object value)
- Returns:
- this
-
-