public class MediaEditorInternalEvent extends Object implements info.magnolia.event.Event<MediaEditorInternalEvent.Handler>
MediaEditorPresenter
to manage transaction (rollback, commit, etc).Modifier and Type | Class and Description |
---|---|
static class |
MediaEditorInternalEvent.EventType
Type of possible action to be performed in a handler of event.
|
static interface |
MediaEditorInternalEvent.Handler
Handler.
|
Constructor and Description |
---|
MediaEditorInternalEvent(MediaEditorInternalEvent.EventType type) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(MediaEditorInternalEvent.Handler handler) |
MediaEditorInternalEvent.EventType |
getType() |
public MediaEditorInternalEvent(MediaEditorInternalEvent.EventType type)
public MediaEditorInternalEvent.EventType getType()
public void dispatch(MediaEditorInternalEvent.Handler handler)
dispatch
in interface info.magnolia.event.Event<MediaEditorInternalEvent.Handler>
Copyright © 2018 Magnolia International Ltd.. All rights reserved.