| |
|
| java.lang.Object org.jicarilla.plumbing.SimpleSource
SimpleSource | public class SimpleSource implements Source(Code) | | A basic
Source implementation backed by a
Takable .
author: Leo Simons version: $Id: SimpleSource.java,v 1.2 2004/03/23 13:37:58 lsimons Exp $ |
Field Summary | |
final protected Takable | m_t the backing
Takable . |
Constructor Summary | |
public | SimpleSource(Takable t) Create a new instance backed by the provided Takable . |
m_t | final protected Takable m_t(Code) | | the backing
Takable .
|
SimpleSource | public SimpleSource(Takable t)(Code) | | Create a new instance backed by the provided Takable .
Parameters: t - the takable to use as the backing implementation |
|
|
|