org.objectweb.fractal.explorer.api
Interface FractalIconProvider

All Known Implementing Classes:
DefaultFractalIconProvider

public interface FractalIconProvider

Specialized icon provider for entities havinf life cycle properties.

Version:
0.1
Author:
Jerome Moroy

Method Summary
 Object newStartedIcon(Object object)
          Called when the Fractal component is started.
 Object newStoppedIcon(Object object)
          Called when the Fractal component is stopped.
 

Method Detail

newStoppedIcon

Object newStoppedIcon(Object object)
Called when the Fractal component is stopped.

Parameters:
object - The object you want to find the associated icon.
Returns:
The associated icon.
See Also:
IconProvider.newIcon(java.lang.Object)

newStartedIcon

Object newStartedIcon(Object object)
Called when the Fractal component is started.

Parameters:
object - The object you want to find the associated icon.
Returns:
The associated icon.
See Also:
IconProvider.newIcon(java.lang.Object)