org.xcmis.client.gwt.service.object.event
Class DocumentFromSourceCreatedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<DocumentFromSourceCreatedHandler>
org.xcmis.client.gwt.service.object.event.DocumentFromSourceCreatedEvent
public class DocumentFromSourceCreatedEvent
- extends com.google.gwt.event.shared.GwtEvent<DocumentFromSourceCreatedHandler>
Event is fired when document was created from source
Created by The eXo Platform SAS.
- Version:
- $Id: ${date} ${time}
- Author:
- Ann 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<DocumentFromSourceCreatedHandler> TYPE
- Type.
DocumentFromSourceCreatedEvent
public DocumentFromSourceCreatedEvent(AtomEntry document)
- Parameters:
document - document
dispatch
protected void dispatch(DocumentFromSourceCreatedHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<DocumentFromSourceCreatedHandler>
- Parameters:
handler - handler- See Also:
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<DocumentFromSourceCreatedHandler> getAssociatedType()
- Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DocumentFromSourceCreatedHandler>
- Returns:
- Type
DocumentFromSourceCreatedHandler - See Also:
GwtEvent.getAssociatedType()
getDocument
public AtomEntry getDocument()
- Returns:
AtomEntry
Copyright © 2010 eXo Platform SAS. All Rights Reserved.