Package de.xima.fc.gui.common.interfaces
Interface IDataContainer
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IEntityWrapper<T>
- All Known Implementing Classes:
AppointmentFilterBean,AppointmentScheduleBean,CurrentProjectBean,EntityExportWrapper,ImportConfigWrapper,InboxFilterBean,ProcessAttachmentBean,ProcessHistoryBean,ProcessListBean,ProcessMessagesBean,ProjectWrapper,TemplatesBean,ViewFilterBean
public interface IDataContainer extends Serializable
Callback interface for updating data held within this container- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateData()Should update data when called
-