public class GetAllNewMessagesEvent extends com.google.gwt.event.shared.GwtEvent<GetAllNewMessagesEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<GetAllNewMessagesEventHandler> |
TYPE |
| Constructor and Description |
|---|
GetAllNewMessagesEvent() |
GetAllNewMessagesEvent(String messageType,
boolean isPolling) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(GetAllNewMessagesEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<GetAllNewMessagesEventHandler> |
getAssociatedType() |
String |
getMessageType() |
boolean |
isPolling() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<GetAllNewMessagesEventHandler> TYPE
public GetAllNewMessagesEvent(String messageType, boolean isPolling)
public GetAllNewMessagesEvent()
public com.google.gwt.event.shared.GwtEvent.Type<GetAllNewMessagesEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<GetAllNewMessagesEventHandler>protected void dispatch(GetAllNewMessagesEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<GetAllNewMessagesEventHandler>public String getMessageType()
public boolean isPolling()
Copyright © 2014. All Rights Reserved.