javax.rad.application
Interface IDataConnector

All Known Subinterfaces:
IWorkScreen
All Known Implementing Classes:
RemoteWorkScreen, WorkScreen

public interface IDataConnector

The IDataConnector defines the handling with data records.


Method Summary
 void reload()
          Reloads the data and discard changes.
 void save()
          Saves the data changes.
 

Method Detail

save

void save()
          throws Throwable
Saves the data changes.

Throws:
Throwable - if the save process failed

reload

void reload()
            throws Throwable
Reloads the data and discard changes.

Throws:
Throwable - if the reload process failed


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.