org.xcmis.client.gwt.service.relationship.event
Class RelationshipsReceivedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<RelationshipsReceivedHandler>
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 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<RelationshipsReceivedHandler> TYPE
- Type.
RelationshipsReceivedEvent
public RelationshipsReceivedEvent(EntryCollection relationships,
EnumRelationshipDirection direction)
- Parameters:
relationships - relationshipsdirection - direction
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.