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

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

public class TypeDefinitionReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<TypeDefinitionReceivedHandler>

Event is fired when information about 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<TypeDefinitionReceivedHandler> TYPE
          Type.
 
Constructor Summary
TypeDefinitionReceivedEvent(TypeEntry type)
           
 
Method Summary
protected  void dispatch(TypeDefinitionReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<TypeDefinitionReceivedHandler> getAssociatedType()
           
 TypeEntry getTypeEntry()
           
 
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<TypeDefinitionReceivedHandler> TYPE
Type.

Constructor Detail

TypeDefinitionReceivedEvent

public TypeDefinitionReceivedEvent(TypeEntry type)
Parameters:
type - type
Method Detail

dispatch

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

getAssociatedType

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

getTypeEntry

public TypeEntry getTypeEntry()
Returns:
TypeEntry


Copyright © 2010 eXo Platform SAS. All Rights Reserved.