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

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

public class TypeChildrenReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<TypeChildrenReceivedHandler>

Event is fired when list of Object-Types defined for the Repository that are children of the specified type is received Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann 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<TypeChildrenReceivedHandler> TYPE
          Type.
 
Constructor Summary
TypeChildrenReceivedEvent(TypeCollection typeCollection)
           
 
Method Summary
protected  void dispatch(TypeChildrenReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<TypeChildrenReceivedHandler> 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<TypeChildrenReceivedHandler> TYPE
Type.

Constructor Detail

TypeChildrenReceivedEvent

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

dispatch

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

getAssociatedType

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

getTypeCollection

public TypeCollection getTypeCollection()
Returns:
TypeCollection


Copyright © 2010 eXo Platform SAS. All Rights Reserved.