EGF Engine
Release 0.1.0

org.eclipse.egf.common.misc
Interface ISelectionHandler


public interface ISelectionHandler

Handle selected object to get their string representation.
Implementors must provide a default constructor (i.e the one without argument).


Method Summary
 String handleSelection(Object selectedObject_p)
          Handle given selected object.
 

Method Detail

handleSelection

String handleSelection(Object selectedObject_p)
Handle given selected object.

Parameters:
selectedObject_p -
Returns:
a string representation for given selected object.

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.