org.xcmis.client.gwt.service.relationship.event
Class RelationshipsReceivedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<RelationshipsReceivedHandler>
      extended by org.xcmis.client.gwt.service.relationship.event.RelationshipsReceivedEvent

public class RelationshipsReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<RelationshipsReceivedHandler>

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

Version:
$Id:
Author:
Anna 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<RelationshipsReceivedHandler> TYPE
          Type.
 
Constructor Summary
RelationshipsReceivedEvent(EntryCollection relationships, EnumRelationshipDirection direction)
           
 
Method Summary
protected  void dispatch(RelationshipsReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<RelationshipsReceivedHandler> getAssociatedType()
           
 EnumRelationshipDirection getDirection()
           
 EntryCollection getRelationships()
           
 
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<RelationshipsReceivedHandler> TYPE
Type.

Constructor Detail

RelationshipsReceivedEvent

public RelationshipsReceivedEvent(EntryCollection relationships,
                                  EnumRelationshipDirection direction)
Parameters:
relationships - relationships
direction - direction
Method Detail

dispatch

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

getAssociatedType

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

getRelationships

public EntryCollection getRelationships()
Returns:
EntryCollection

getDirection

public EnumRelationshipDirection getDirection()
Returns:
EnumLinkRelation


Copyright © 2010 eXo Platform SAS. All Rights Reserved.