public class AbstractAction implements InstanceAction
| Constructor and Description |
|---|
AbstractAction(AemExtension aem) |
| Modifier and Type | Method and Description |
|---|---|
protected AemExtension |
getAem() |
boolean |
getEnabled() |
boolean |
getNotify() |
void |
notify(java.lang.String title,
java.lang.String text,
boolean enabled) |
void |
setEnabled(boolean p) |
void |
setNotify(boolean p) |
performpublic AbstractAction(@NotNull
AemExtension aem)
public boolean getEnabled()
public void setEnabled(boolean p)
public boolean getNotify()
public void setNotify(boolean p)
public void notify(@NotNull
java.lang.String title,
@NotNull
java.lang.String text,
boolean enabled)
@NotNull protected AemExtension getAem()