net.refractions.udig.core
Interface IBlockingProvider<T>

All Known Implementing Classes:
StaticBlockingProvider

public interface IBlockingProvider<T>

A generic interface for object that can be asked for a type of object.

Example: A draw point object requires a point to draw. However a different object is responsible for generating those points. That object could implement the Provider interface

Since:
1.1.0
Author:
jones

Method Summary
 T get(IProgressMonitor monitor)
           
 

Method Detail

get

T get(IProgressMonitor monitor)
      throws java.io.IOException
Throws:
java.io.IOException