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

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

public class PropertiesUpdatedEvent
extends com.google.gwt.event.shared.GwtEvent<PropertiesUpdatedHandler>

Event is fired when object's properties were updated Created by The eXo Platform SAS.

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<PropertiesUpdatedHandler> TYPE
          Type.
 
Constructor Summary
PropertiesUpdatedEvent(AtomEntry entry)
           
 
Method Summary
protected  void dispatch(PropertiesUpdatedHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<PropertiesUpdatedHandler> getAssociatedType()
           
 AtomEntry getEntry()
           
 
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<PropertiesUpdatedHandler> TYPE
Type.

Constructor Detail

PropertiesUpdatedEvent

public PropertiesUpdatedEvent(AtomEntry entry)
Parameters:
entry - entry
Method Detail

dispatch

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

getAssociatedType

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

getEntry

public AtomEntry getEntry()
Returns:
AtomEntry


Copyright © 2010 eXo Platform SAS. All Rights Reserved.