Package de.espirit.common.base.events
Interface ModificationListener
public interface ModificationListener
Interface for listeners on modification events.
- Since:
- 4.2.200
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onModification
(ModificationAware source) Notify the listener about a change in modification state of the passed modifiable.
-
Method Details
-
onModification
Notify the listener about a change in modification state of the passed modifiable.- Parameters:
source
- The modifiable.- Since:
- 4.2.200
-