public abstract static class UIRelationshipAction.AbstractActionListener extends org.exoplatform.webui.event.EventListener<UIRelationshipAction>
| Modifier and Type | Field and Description |
|---|---|
protected String |
msgKey |
protected org.exoplatform.social.core.relationship.model.Relationship |
relationship |
| Constructor and Description |
|---|
AbstractActionListener() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doAction(org.exoplatform.webui.event.Event<UIRelationshipAction> event) |
void |
execute(org.exoplatform.webui.event.Event<UIRelationshipAction> event) |
protected boolean |
isValid(org.exoplatform.webui.event.Event<UIRelationshipAction> event) |
protected org.exoplatform.social.core.relationship.model.Relationship relationship
protected String msgKey
public void execute(org.exoplatform.webui.event.Event<UIRelationshipAction> event)
execute in class org.exoplatform.webui.event.EventListener<UIRelationshipAction>protected boolean isValid(org.exoplatform.webui.event.Event<UIRelationshipAction> event)
protected abstract void doAction(org.exoplatform.webui.event.Event<UIRelationshipAction> event)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.