org.xcmis.client.gwt.service.repository.event
Class TypeDescendantsRecievedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<TypeDescendantsRecievedHandler>
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 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<TypeDescendantsRecievedHandler> TYPE
- Type.
TypeDescendantsRecievedEvent
public TypeDescendantsRecievedEvent(TypeCollection typeCollection)
- Parameters:
typeCollection - typeCollection
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.