public class AuthDecisionEvent extends com.google.gwt.event.shared.GwtEvent<AuthDecisionEvent.AuthDecisionHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthDecisionEvent.AuthDecisionHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type |
TYPE |
| Constructor and Description |
|---|
AuthDecisionEvent(org.jboss.ballroom.client.rbac.AuthorisationDecision decision) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AuthDecisionEvent.AuthDecisionHandler listener) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
org.jboss.ballroom.client.rbac.AuthorisationDecision decision) |
com.google.gwt.event.shared.GwtEvent.Type<AuthDecisionEvent.AuthDecisionHandler> |
getAssociatedType() |
org.jboss.ballroom.client.rbac.AuthorisationDecision |
getDecision() |
assertLive, getSource, isLive, kill, revivepublic AuthDecisionEvent(org.jboss.ballroom.client.rbac.AuthorisationDecision decision)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
org.jboss.ballroom.client.rbac.AuthorisationDecision decision)
public org.jboss.ballroom.client.rbac.AuthorisationDecision getDecision()
public com.google.gwt.event.shared.GwtEvent.Type<AuthDecisionEvent.AuthDecisionHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<AuthDecisionEvent.AuthDecisionHandler>protected void dispatch(AuthDecisionEvent.AuthDecisionHandler listener)
dispatch in class com.google.gwt.event.shared.GwtEvent<AuthDecisionEvent.AuthDecisionHandler>Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.