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: 9a9f841b2634ccfbe95f9264c6b82f2ec51e6eaa $

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–2014 XWiki. All rights reserved.