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

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

public class RelationshipCreatedEvent
extends com.google.gwt.event.shared.GwtEvent<RelationshipCreatedHandler>

Event is fired when relationship is created 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<RelationshipCreatedHandler> TYPE
          Type.
 
Constructor Summary
RelationshipCreatedEvent(AtomEntry relationship)
           
 
Method Summary
protected  void dispatch(RelationshipCreatedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<RelationshipCreatedHandler> getAssociatedType()
           
 AtomEntry getRelationship()
           
 
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<RelationshipCreatedHandler> TYPE
Type.

Constructor Detail

RelationshipCreatedEvent

public RelationshipCreatedEvent(AtomEntry relationship)
Parameters:
relationship - relationship
Method Detail

dispatch

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

getAssociatedType

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

getRelationship

public AtomEntry getRelationship()
Returns:
AtomEntry


Copyright © 2010 eXo Platform SAS. All Rights Reserved.