|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.core.StaticBlockingProvider<T>
public class StaticBlockingProvider<T>
An implementation of a Provider that provides the reference it was constructed with.
Example:
Provider
Constructor Summary | |
---|---|
StaticBlockingProvider(T objectToProvide)
|
Method Summary | |
---|---|
T |
get(IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticBlockingProvider(T objectToProvide)
Method Detail |
---|
public T get(IProgressMonitor monitor) throws java.io.IOException
get
in interface IBlockingProvider<T>
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |