org.xcmis.client.gwt.service.object.event
Class AllowableActionsReceivedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<AllowableActionsReceivedHandler>
      extended by org.xcmis.client.gwt.service.object.event.AllowableActionsReceivedEvent

public class AllowableActionsReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<AllowableActionsReceivedHandler>

Event is fired when allowable actions response received Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<AllowableActionsReceivedHandler> TYPE
          Type.
 
Constructor Summary
AllowableActionsReceivedEvent(AllowableActions allowableActions)
           
 
Method Summary
protected  void dispatch(AllowableActionsReceivedHandler handler)
           
 AllowableActions getAllowableActions()
           
 com.google.gwt.event.shared.GwtEvent.Type<AllowableActionsReceivedHandler> getAssociatedType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<AllowableActionsReceivedHandler> TYPE
Type.

Constructor Detail

AllowableActionsReceivedEvent

public AllowableActionsReceivedEvent(AllowableActions allowableActions)
Parameters:
allowableActions - allowable actions
Method Detail

dispatch

protected void dispatch(AllowableActionsReceivedHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<AllowableActionsReceivedHandler>
Parameters:
handler - handler
See Also:
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<AllowableActionsReceivedHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<AllowableActionsReceivedHandler>
Returns:
Type AllowableActionsReceivedHandler
See Also:
GwtEvent.getAssociatedType()

getAllowableActions

public AllowableActions getAllowableActions()
Returns:
AllowableActions


Copyright © 2010 eXo Platform SAS. All Rights Reserved.