public class UserLoginEvent extends GwtEvent<UserLoginEvent.UserLoginHandler>
Modifier and Type | Class and Description |
---|---|
static interface |
UserLoginEvent.UserLoginHandler |
GwtEvent.Type<H>
Constructor and Description |
---|
UserLoginEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(UserLoginEvent.UserLoginHandler handler) |
static void |
fire(HasHandlers source) |
GwtEvent.Type<UserLoginEvent.UserLoginHandler> |
getAssociatedType() |
static GwtEvent.Type<UserLoginEvent.UserLoginHandler> |
getType() |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public static GwtEvent.Type<UserLoginEvent.UserLoginHandler> getType()
public static void fire(HasHandlers source)
public GwtEvent.Type<UserLoginEvent.UserLoginHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<UserLoginEvent.UserLoginHandler>
protected void dispatch(UserLoginEvent.UserLoginHandler handler)
dispatch
in class GwtEvent<UserLoginEvent.UserLoginHandler>
Copyright © 2010-2014 ArcBees. All Rights Reserved.