org.gridlab.gat.io
Interface PipeListener
public interface PipeListener
This interface allows instances of classes which implement this interface to
process GATPipes produced by listening on GATEndpoints.
- Author:
- rob
Method Summary |
void |
processPipe(Pipe pipe)
An instance of a class implementing this interface receives GATPipes
produced by listening on Endpoints through calls to this callback method. |
processPipe
void processPipe(Pipe pipe)
- An instance of a class implementing this interface receives GATPipes
produced by listening on Endpoints through calls to this callback method.
- Parameters:
pipe
- the new Pipe.