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