public static class MasterDetailScreen.AfterCommitChangesEvent
extends java.util.EventObject
MasterDetailScreen.commitEditorChanges() call.
@Subscribe
protected void onAfterCommit(AfterCommitChanges event) {
notifications.create().withCaption("Committed").show();
}
| Constructor and Description |
|---|
AfterCommitChangesEvent(Screen source) |
| Modifier and Type | Method and Description |
|---|---|
DataContext |
getDataContext() |
Screen |
getSource() |
public AfterCommitChangesEvent(Screen source)
public Screen getSource()
getSource in class java.util.EventObjectpublic DataContext getDataContext()