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
getPropertyValues
List<PropertyValue> getPropertyValues()
- Retrieves the property values.
- Returns:
- the list of properties.
Copyright © 2012. All Rights Reserved.