info.magnolia.ui.mediaeditor.event
Interface MediaEditorInternalEvent.Handler

All Superinterfaces:
info.magnolia.event.EventHandler
All Known Implementing Classes:
MediaEditorPresenterImpl
Enclosing class:
MediaEditorInternalEvent

public static interface MediaEditorInternalEvent.Handler
extends info.magnolia.event.EventHandler

Handler.


Method Summary
 void onCancelAll(MediaEditorInternalEvent e)
           
 void onLastActionApplied(MediaEditorInternalEvent e)
           
 void onLastActionCancelled(MediaEditorInternalEvent e)
           
 void onSubmit(MediaEditorInternalEvent e)
           
 

Method Detail

onSubmit

void onSubmit(MediaEditorInternalEvent e)

onLastActionCancelled

void onLastActionCancelled(MediaEditorInternalEvent e)

onLastActionApplied

void onLastActionApplied(MediaEditorInternalEvent e)

onCancelAll

void onCancelAll(MediaEditorInternalEvent e)


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