public class RemovePolicyEvent extends com.google.gwt.event.shared.GwtEvent<RemovePolicyEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemovePolicyEvent.Handler
Handler for
RemovePolicyEvent. |
static interface |
RemovePolicyEvent.HasRemovePolicyHandlers
Indicates if a widget supports ok/cancel.
|
| Constructor and Description |
|---|
RemovePolicyEvent(io.apiman.manager.api.beans.summary.PolicySummaryBean policy)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RemovePolicyEvent.Handler handler) |
static RemovePolicyEvent |
fire(com.google.gwt.event.shared.HasHandlers source,
io.apiman.manager.api.beans.summary.PolicySummaryBean policy)
Fires the event.
|
com.google.gwt.event.shared.GwtEvent.Type<RemovePolicyEvent.Handler> |
getAssociatedType() |
io.apiman.manager.api.beans.summary.PolicySummaryBean |
getPolicy() |
static com.google.gwt.event.shared.GwtEvent.Type<RemovePolicyEvent.Handler> |
getType()
Gets the type associated with this event.
|
void |
setPolicy(io.apiman.manager.api.beans.summary.PolicySummaryBean policy) |
assertLive, getSource, isLive, kill, revivepublic RemovePolicyEvent(io.apiman.manager.api.beans.summary.PolicySummaryBean policy)
policy - public static RemovePolicyEvent fire(com.google.gwt.event.shared.HasHandlers source, io.apiman.manager.api.beans.summary.PolicySummaryBean policy)
source - policy - public static com.google.gwt.event.shared.GwtEvent.Type<RemovePolicyEvent.Handler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<RemovePolicyEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RemovePolicyEvent.Handler>GwtEvent.getAssociatedType()protected void dispatch(RemovePolicyEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RemovePolicyEvent.Handler>GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)public io.apiman.manager.api.beans.summary.PolicySummaryBean getPolicy()
public void setPolicy(io.apiman.manager.api.beans.summary.PolicySummaryBean policy)
policy - the policy to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.