org.xcmis.client.gwt.service.repository.event
Class TypeDescendantsRecievedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<TypeDescendantsRecievedHandler>
      extended by org.xcmis.client.gwt.service.repository.event.TypeDescendantsRecievedEvent

public class TypeDescendantsRecievedEvent
extends com.google.gwt.event.shared.GwtEvent<TypeDescendantsRecievedHandler>

Event is fired when types collection 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<TypeDescendantsRecievedHandler> TYPE
          Type.
 
Constructor Summary
TypeDescendantsRecievedEvent(TypeCollection typeCollection)
           
 
Method Summary
protected  void dispatch(TypeDescendantsRecievedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<TypeDescendantsRecievedHandler> getAssociatedType()
           
 TypeCollection getTypeCollection()
           
 
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<TypeDescendantsRecievedHandler> TYPE
Type.

Constructor Detail

TypeDescendantsRecievedEvent

public TypeDescendantsRecievedEvent(TypeCollection typeCollection)
Parameters:
typeCollection - typeCollection
Method Detail

dispatch

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

getAssociatedType

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

getTypeCollection

public TypeCollection getTypeCollection()
Returns:
TypeCollection


Copyright © 2010 eXo Platform SAS. All Rights Reserved.