info.magnolia.ui.dialog.actionarea
Interface ActionListener

All Known Implementing Classes:
BaseDialogPresenter, ChooseDialogPresenterImpl, ContentAppChooseDialogPresenter, DetailPresenter, FormDialogPresenterImpl, MoveDialogPresenterImpl

public interface ActionListener

Triggered by View produced by ActionRenderer. Typical example - a button click. Optionally it can also provide additional parameters (mouse button type, drop-down selection etc).


Method Summary
 void onActionFired(String actionName, Object... actionContextParams)
           
 

Method Detail

onActionFired

void onActionFired(String actionName,
                   Object... actionContextParams)


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