public interface Waterfall
Modifier and Type | Method and Description |
---|---|
Waterfall |
newRiver(River river)
This method will be called with the River object representing the new River
that was received from the remote host (the River's ID is encapsulated within
the River object, which also provides access to its respective Inflow and
Outflow streams).
|
Waterfall newRiver(River river)
Note: The next Waterfall object that will be used to handle the next call-back (must not be NULL) must be provided by this method. This may be newly instantiated by this method, taken from a pool of pre-instantiated objects, etc.
river
- The new River (which is already tracked internally)