Package org.opencms.ui
Interface I_CmsUpdateListener<T>
- Type Parameters:
T
- the type of updated items
public interface I_CmsUpdateListener<T>
Handles updates to items of a given type.
-
Method Summary
-
Method Details
-
onUpdate
Called with a list of items when these items have been updated.- Parameters:
updatedItems
- the updated items
-