public interface MementoInterface
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVATE |
static String |
DEACTIVATE |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(CustomAction a)
DOCUMENT ME!
|
void |
clear()
DOCUMENT ME!
|
void |
featuresRemoved(Collection<Feature> f)
DOCUMENT ME!
|
String |
getHistory()
DOCUMENT ME!
|
CustomAction |
getLastAction()
DOCUMENT ME!
|
boolean |
isEmpty()
DOCUMENT ME!
|
static final String ACTIVATE
static final String DEACTIVATE
CustomAction getLastAction()
void addAction(CustomAction a)
a - DOCUMENT ME!boolean isEmpty()
void clear()
String getHistory()
void featuresRemoved(Collection<Feature> f)
f - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.