de.upb.swtpra05.group03.plugin
Interface PluginViewInterface

All Known Implementing Classes:
OrderPanel

public interface PluginViewInterface

This interface is used to mark a class as a plugin view

Version:
$Revision: 1.3 $

Method Summary
 void updateData()
          This method get called to notify the Component that there are new data and it should update itself using the DataHolder.
 

Method Detail

updateData

public void updateData()
This method get called to notify the Component that there are new data and it should update itself using the DataHolder.