public class MediaEditorCompletedEvent extends Object implements info.magnolia.event.Event<MediaEditorCompletedEvent.Handler>
Modifier and Type | Class and Description |
---|---|
static class |
MediaEditorCompletedEvent.CompletionType
CompletionType.
|
static interface |
MediaEditorCompletedEvent.Handler
Handler.
|
Constructor and Description |
---|
MediaEditorCompletedEvent(MediaEditorCompletedEvent.CompletionType type,
InputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(MediaEditorCompletedEvent.Handler handler) |
InputStream |
getStream() |
MediaEditorCompletedEvent.CompletionType |
getType() |
public MediaEditorCompletedEvent(MediaEditorCompletedEvent.CompletionType type, InputStream stream)
public InputStream getStream()
public MediaEditorCompletedEvent.CompletionType getType()
public void dispatch(MediaEditorCompletedEvent.Handler handler)
dispatch
in interface info.magnolia.event.Event<MediaEditorCompletedEvent.Handler>
Copyright © 2020 Magnolia International Ltd.. All rights reserved.