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

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

public class ContentStreamSetEvent
extends com.google.gwt.event.shared.GwtEvent<ContentStreamSetHandler>

Created by The eXo Platform SAS. Event is fired when content stream of document is set

Version:
$Id:
Author:
Anna 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<ContentStreamSetHandler> TYPE
          Type.
 
Constructor Summary
ContentStreamSetEvent()
           
 
Method Summary
protected  void dispatch(ContentStreamSetHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ContentStreamSetHandler> getAssociatedType()
           
 
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<ContentStreamSetHandler> TYPE
Type.

Constructor Detail

ContentStreamSetEvent

public ContentStreamSetEvent()
Method Detail

dispatch

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

getAssociatedType

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.