g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IGridModelListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ElementManagerViewPart, GlueInfoViewer, GridConnectionView, GridJobView, GridModelViewPart, GridProjectView, ServiceJobDetailsView, ServiceJobView, TreeControlViewPart, VoSelectionWizardPage

public interface IGridModelListener
extends java.util.EventListener

Definition of an EventListener listening to IGridModelEvents.


Method Summary
 void gridModelChanged(IGridModelEvent event)
          The method is called everytime a change in the model occurred and the event processing is active.
 

Method Detail

gridModelChanged

void gridModelChanged(IGridModelEvent event)
The method is called everytime a change in the model occurred and the event processing is active.

Parameters:
event - The event that occurred in the model.

g-Eclipse
Release 1.0.0