org.xcmis.client.gwt.service.navigation.event
Class CheckedOutReceivedEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<CheckedOutReceivedHandler>
      extended by org.xcmis.client.gwt.service.navigation.event.CheckedOutReceivedEvent

public class CheckedOutReceivedEvent
extends com.google.gwt.event.shared.GwtEvent<CheckedOutReceivedHandler>

Event is fired when version series of the document is checked-out 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<CheckedOutReceivedHandler> TYPE
          Type.
 
Constructor Summary
CheckedOutReceivedEvent(EntryCollection itemCollection)
           
 
Method Summary
protected  void dispatch(CheckedOutReceivedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<CheckedOutReceivedHandler> getAssociatedType()
           
 EntryCollection getCheckedOutDocuments()
           
 
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<CheckedOutReceivedHandler> TYPE
Type.

Constructor Detail

CheckedOutReceivedEvent

public CheckedOutReceivedEvent(EntryCollection itemCollection)
Parameters:
itemCollection - itemCollection
Method Detail

dispatch

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

getAssociatedType

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

getCheckedOutDocuments

public EntryCollection getCheckedOutDocuments()
Returns:
the checkedOutDocuments


Copyright © 2010 eXo Platform SAS. All Rights Reserved.