Package overit.geocall.util
Interface ContentChangeListener
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
overit.geocallapp.wfm.schedulazione.manuale.attivitaschedulabili.CAttivitaSchedulabili,overit.geocallapp.wfm.schedulazione.manuale.attivitaurgenti.CAttivitaUrgenti,Form,OutputForm,SchedulableActivities,SchedulableBundles,UrgentActivities
Interface implemented by all the objects that must implements some logic that reacts to the change of it content.
-
Method Summary
Modifier and TypeMethodDescriptionvoidMethod that implements the logic that reacts to the object content's change
-
Method Details
-
contentChanged
void contentChanged()Method that implements the logic that reacts to the object content's change
-