public class SessionTimeoutEvent extends com.google.gwt.event.shared.GwtEvent<SessionTimoutEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SessionTimoutEventHandler> |
TYPE |
Constructor and Description |
---|
SessionTimeoutEvent(SessionInfoBean sessionInfo) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SessionTimoutEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SessionTimoutEventHandler> |
getAssociatedType() |
SessionInfoBean |
getSessionInfo() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<SessionTimoutEventHandler> TYPE
public SessionTimeoutEvent(SessionInfoBean sessionInfo)
public SessionInfoBean getSessionInfo()
public com.google.gwt.event.shared.GwtEvent.Type<SessionTimoutEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SessionTimoutEventHandler>
protected void dispatch(SessionTimoutEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SessionTimoutEventHandler>
Copyright © 2015. All Rights Reserved.