de.janrufmonitor.util.io
Interface IImageProvider

All Known Subinterfaces:
IImageStreamProvider

public interface IImageProvider

This interface could be implemented by classes which provides access for caller images with the framework.

Author:
Thilo Brandt

Method Summary
 File getImage(ICaller caller)
          Returns a file object representation of the image.
 String getImagePath(ICaller caller)
          Return the path to the image.
 boolean hasImage(ICaller caller)
          Checks wether the given caller object has an image or not
 

Method Detail

hasImage

boolean hasImage(ICaller caller)
Checks wether the given caller object has an image or not

Parameters:
caller - the caller object to be checked
Returns:

getImagePath

String getImagePath(ICaller caller)
Return the path to the image.

Parameters:
caller - the caller object to be checked
Returns:

getImage

File getImage(ICaller caller)
Returns a file object representation of the image.

Parameters:
caller - the caller object to be checked
Returns:


Copyright © 2010 by Thilo Brandt. All Rights Reserved.