info.magnolia.ui.mediaeditor.event
Class MediaEditorInternalEvent

java.lang.Object
  extended by info.magnolia.ui.mediaeditor.event.MediaEditorInternalEvent
All Implemented Interfaces:
info.magnolia.event.Event<MediaEditorInternalEvent.Handler>

public class MediaEditorInternalEvent
extends Object
implements info.magnolia.event.Event<MediaEditorInternalEvent.Handler>

Fired by the UI-fields, instructs the MediaEditorPresenter to manage transaction (rollback, commit, etc).


Nested Class Summary
static class MediaEditorInternalEvent.EventType
          Type of possible action to be performed in a handler of event.
static interface MediaEditorInternalEvent.Handler
          Handler.
 
Constructor Summary
MediaEditorInternalEvent(MediaEditorInternalEvent.EventType type)
           
 
Method Summary
 void dispatch(MediaEditorInternalEvent.Handler handler)
           
 MediaEditorInternalEvent.EventType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaEditorInternalEvent

public MediaEditorInternalEvent(MediaEditorInternalEvent.EventType type)
Method Detail

getType

public MediaEditorInternalEvent.EventType getType()

dispatch

public void dispatch(MediaEditorInternalEvent.Handler handler)
Specified by:
dispatch in interface info.magnolia.event.Event<MediaEditorInternalEvent.Handler>


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