org.gcube.portlets.user.homelibrary.home.data.application
Interface ApplicationData

All Known Subinterfaces:
ApplicationList<E>, ApplicationMap<K,V>

public interface ApplicationData

Author:
Federico De Faveri defaveri@isti.cnr.it

Method Summary
 void dataUpdated()
          Update the application data.
 String getName()
          Return the application data name.
 ApplicationDataType getType()
          Return the application data type.
 

Method Detail

getName

String getName()
Return the application data name.

Returns:
the application data name.

getType

ApplicationDataType getType()
Return the application data type.

Returns:
the application data type.

dataUpdated

void dataUpdated()
                 throws RuntimeException
Update the application data.

Throws:
RuntimeException - if an error occurs;


Copyright © 2013. All Rights Reserved.