eu.scape_project.watch.interfaces
Interface ResultInterface

All Known Implementing Classes:
ProfileResult

public interface ResultInterface

This is the result of a plugin. Some Plugins, such as the adaptor Plugins will need specific implementations of this interface in order to provide the ProeprtyValue back to the component. Others will probably not need it at all, e.g. the notification plugin.

Author:
Petar Petrov

Method Summary
 List<PropertyValue> getPropertyValues()
          Retrieves the property values.
 

Method Detail

getPropertyValues

List<PropertyValue> getPropertyValues()
Retrieves the property values.

Returns:
the list of properties.


Copyright © 2012. All Rights Reserved.