info.magnolia.ui.form
Interface EditorCallback

All Known Implementing Classes:
DetailPresenter

public interface EditorCallback

Callback invoked when work with a dialog or an editor sub-app is finished. Depending on the result success a corresponding method should be called.

See Also:
CallbackFormAction, info.magnolia.ui.admincentral.dialog.action.CallbackDialogAction.

Method Summary
 void onCancel()
           
 void onSuccess(String actionName)
           
 

Method Detail

onCancel

void onCancel()

onSuccess

void onSuccess(String actionName)


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