org.xcmis.client.gwt.service.policy.event
Class PolicyAppliedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<PolicyAppliedHandler>
org.xcmis.client.gwt.service.policy.event.PolicyAppliedEvent
public class PolicyAppliedEvent
- extends com.google.gwt.event.shared.GwtEvent<PolicyAppliedHandler>
Event is fired, when policy was applied
Created by The eXo Platform SAS.
- Version:
- $Id: ${date} ${time}
- Author:
- Ann Zhuleva
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<PolicyAppliedHandler> TYPE
- Type.
PolicyAppliedEvent
public PolicyAppliedEvent(AtomEntry policy)
- Parameters:
policy - policy
dispatch
protected void dispatch(PolicyAppliedHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<PolicyAppliedHandler>
- Parameters:
handler - handler- See Also:
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<PolicyAppliedHandler> getAssociatedType()
- Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PolicyAppliedHandler>
- Returns:
- Type
PolicyAppliedHandler - See Also:
GwtEvent.getAssociatedType()
getPolicy
public AtomEntry getPolicy()
- Returns:
AtomEntry
Copyright © 2010 eXo Platform SAS. All Rights Reserved.