EGF Engine
Release 0.1.0

org.eclipse.egf.core.ui.internal.observable
Interface IListViewerObserver

All Known Implementing Classes:
AbstractPatternLibrarySequenceWizardPage, PatternLibraryProductionSequenceWizardPage, PatternLibraryRuntimeSequenceWizardPage

public interface IListViewerObserver

Implementor will be notified when elements are added or removed from a ListViewer.


Method Summary
 void elementAdded(List<Object> elements_p)
          Called when elements are added in a ListViewer.
 void elementRemoved(List<Object> elements_p)
          Called when elements are removed from a ListViewer.
 void elementUpdated(List<Object> elements_p)
          Called when elements are updated from a ListViewer.
 

Method Detail

elementAdded

void elementAdded(List<Object> elements_p)
Called when elements are added in a ListViewer.

Parameters:
elements_p - the list of added elements.

elementRemoved

void elementRemoved(List<Object> elements_p)
Called when elements are removed from a ListViewer.

Parameters:
elements_p - the list of removed elements.

elementUpdated

void elementUpdated(List<Object> elements_p)
Called when elements are updated from a ListViewer.

Parameters:
elements_p - the list of updated elements.

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.