org.xwiki.gwt.user.client
Interface ActionHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler
All Known Implementing Classes:
NativeActionHandler

public interface ActionHandler
extends com.google.gwt.event.shared.EventHandler

Interface to handle semantic events that are fired when a component-defined action occurs.

Version:
$Id: ActionHandler.java 29193 2010-06-02 15:36:33Z mflorea $

Method Summary
 void onAction(ActionEvent event)
          Handles the specified action.
 

Method Detail

onAction

void onAction(ActionEvent event)
Handles the specified action.

Parameters:
event - the event that was fired


Copyright © 2004-2010 XWiki. All Rights Reserved.