one.world.io
Class InputResponse
java.lang.Object
|
+--one.world.core.Tuple
|
+--one.world.core.Event
|
+--one.world.util.TupleEvent
|
+--one.world.io.InputResponse
- All Implemented Interfaces:
- Cloneable, Serializable
- public class InputResponse
- extends TupleEvent
Implementation of an input response.
- Version:
- $Revision: 1.5 $
- See Also:
InputRequest, Serialized Form
| Methods inherited from class one.world.core.Tuple |
clone, containsNonSymbolicHandler, equals, fields, get, getMetaData, getType, hasField, hashCode, hasMetaData, remove, set, setMetaData, toString, wrap |
InputResponse
public InputResponse()
- Create a new, empty input response.
InputResponse
public InputResponse(EventHandler source,
Object closure,
Tuple tuple)
- Create a new input response.
- Parameters:
source - The source for the new input response.closure - The closure for the new input response.tuple - The resulting tuple for the new input response.
(C) Copyright 2001 UW CSE