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

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

public class ContentStreamReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<ContentStreamReceivedHandler>

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

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<ContentStreamReceivedHandler> TYPE
          Type.
 
Constructor Summary
ContentStreamReceivedEvent(CmisContentStreamType contentStreamType)
           
 
Method Summary
protected  void dispatch(ContentStreamReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ContentStreamReceivedHandler> getAssociatedType()
           
 CmisContentStreamType getContentStreamType()
           
 
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<ContentStreamReceivedHandler> TYPE
Type.

Constructor Detail

ContentStreamReceivedEvent

public ContentStreamReceivedEvent(CmisContentStreamType contentStreamType)
Parameters:
contentStreamType - content stream type
Method Detail

dispatch

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

getAssociatedType

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

getContentStreamType

public CmisContentStreamType getContentStreamType()
Returns:
CmisContentStreamType


Copyright © 2010 eXo Platform SAS. All Rights Reserved.