Interface IDataContainer

All Superinterfaces:
Serializable
All Known Subinterfaces:
IEntityWrapper<T>
All Known Implementing Classes:
AppointmentFilterBean, AppointmentScheduleBean, CurrentProjectBean, EntityExportWrapper, ImportConfigWrapper, InboxFilterBean, ProcessAttachmentBean, ProcessHistoryBean, ProcessListBean, ProjectWrapper, TemplatesBean, ViewFilterBean

public interface IDataContainer extends Serializable
Callback interface for updating data held within this container
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Should update data when called
  • Method Details

    • updateData

      void updateData()
      Should update data when called