public abstract class EntityCore extends Object implements Entity
Constructor and Description |
---|
EntityCore() |
Modifier and Type | Method and Description |
---|---|
void |
addCommitListener(EntityPropertyCommitListener listener) |
void |
addValidationListener(EntityPropertyValidationListener listener) |
void |
notifyCommitListenersAfter(EntityProperty property) |
boolean |
notifyCommitListenersBefore(EntityProperty property) |
void |
notifyDidValidate(EntityProperty property) |
void |
notifyValidate(EntityProperty property) |
void |
removeCommitListener(EntityPropertyCommitListener listener) |
void |
removeValidationListener(EntityPropertyValidationListener listener) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperty, getSourceObject, properties, setProperty
public void addCommitListener(EntityPropertyCommitListener listener)
addCommitListener
in interface Entity
public void removeCommitListener(EntityPropertyCommitListener listener)
removeCommitListener
in interface Entity
public void addValidationListener(EntityPropertyValidationListener listener)
addValidationListener
in interface Entity
public void removeValidationListener(EntityPropertyValidationListener listener)
removeValidationListener
in interface Entity
public boolean notifyCommitListenersBefore(EntityProperty property)
notifyCommitListenersBefore
in interface Entity
public void notifyCommitListenersAfter(EntityProperty property)
notifyCommitListenersAfter
in interface Entity
public void notifyValidate(EntityProperty property)
notifyValidate
in interface Entity
public void notifyDidValidate(EntityProperty property)
notifyDidValidate
in interface Entity