org.xcmis.client.gwt.service.object.event
Class DocumentContentUpdatedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<DocumentContentUpdatedHandler>
      extended by org.xcmis.client.gwt.service.object.event.DocumentContentUpdatedEvent

public class DocumentContentUpdatedEvent
extends com.google.gwt.event.shared.GwtEvent<DocumentContentUpdatedHandler>

Event is fired when document content is updated. 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<DocumentContentUpdatedHandler> TYPE
           
 
Constructor Summary
DocumentContentUpdatedEvent(AtomEntry document)
           
 
Method Summary
protected  void dispatch(DocumentContentUpdatedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<DocumentContentUpdatedHandler> getAssociatedType()
           
 AtomEntry getDocument()
           
 
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<DocumentContentUpdatedHandler> TYPE
Constructor Detail

DocumentContentUpdatedEvent

public DocumentContentUpdatedEvent(AtomEntry document)
Parameters:
document - document
Method Detail

dispatch

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

getAssociatedType

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

getDocument

public AtomEntry getDocument()
Returns:
the document


Copyright © 2010 eXo Platform SAS. All Rights Reserved.