info.magnolia.ui.workbench.event
Class ItemEditedEvent

java.lang.Object
  extended by info.magnolia.ui.workbench.event.ItemEditedEvent
All Implemented Interfaces:
info.magnolia.event.Event<ItemEditedEvent.Handler>

public class ItemEditedEvent
extends Object
implements info.magnolia.event.Event<ItemEditedEvent.Handler>

Event fired when the inplace editing field value was edited.


Nested Class Summary
static interface ItemEditedEvent.Handler
          Event listener that should react to item edited events.
static interface ItemEditedEvent.Notifier
          Event notifier that should register item edited events.
 
Constructor Summary
ItemEditedEvent(com.vaadin.data.Item item)
          Instantiates a new item edited event.
 
Method Summary
 void dispatch(ItemEditedEvent.Handler handler)
           
 com.vaadin.data.Item getItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemEditedEvent

public ItemEditedEvent(com.vaadin.data.Item item)
Instantiates a new item edited event.

Parameters:
item - the item that has been edited.
Method Detail

getItem

public com.vaadin.data.Item getItem()

dispatch

public void dispatch(ItemEditedEvent.Handler handler)
Specified by:
dispatch in interface info.magnolia.event.Event<ItemEditedEvent.Handler>


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.