com.ideo.sweetdevria.event
Interface IRiaListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
IModel
All Known Implementing Classes:
BaseExportModel, EditableTextModel, FileUploadModel, GridExportModel, GridModel, ListModel, ReaderModel, RiaComponentModel, RiaComponentStateFullModel, SingleExportModel, SuggestModel, TabLayoutModel, TreeGridBeanModel, TreeGridModel, TreeModel, ZoneModel

public interface IRiaListener
extends java.util.EventListener

Interface to implement in order to be notified on client events Linked to a model to listen with the model appropriate method

Author:
Julien Maupoux
See Also:
IRiaListenerManager

Method Summary
 void handleEvent(RiaEvent _evt)
          Called to forward the event to the listener
 

Method Detail

handleEvent

void handleEvent(RiaEvent _evt)
Called to forward the event to the listener

Parameters:
_evt - the RiaEvent received. This event contains the id of the component source having processed the request and the type of the event, as defined in the IModel.


Copyright © 2010 Ideo Technologies. All Rights Reserved.