Synergy Home Page

au.edu.swin.synergy.plugin.command.event
Class BSetCmdStreamCE

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--au.edu.swin.synergy.kernel.BCommandEvent
              |
              +--au.edu.swin.synergy.plugin.command.event.BSetCmdStreamCE

public class BSetCmdStreamCE
extends BCommandEvent

See Also:
Serialized Form

Fields inherited from class au.edu.swin.synergy.kernel.BCommandEvent
connectionID, index, kBroadcast, kClient, kClientDone, kLocal, kServer, kServerDone, networkStatus, serialVersionUID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BSetCmdStreamCE(Object source, InputStream fIn, PrintStream fOut, boolean fEcho)
          Please complete the missing tags for BNetLoginCE
 
Method Summary
 boolean getEcho()
           
 InputStream getInputStream()
          Please complete the missing tags for getInputStream
 PrintStream getOutputStream()
          Please complete the missing tags for getOutputStream
 
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent
decrementThreadCount, doComplete, doInit, getAutoComplete, getCompletionObject, getCompletionStatus, getConnectionID, getIndex, getNetworkStatus, getPipe, getUndoable, setAutoComplete, setCompletionObject, setCompletionStatus, setConnectionID, setIndex, setNetworkStatus, setPipe, setThreadCount, setUndoable
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BSetCmdStreamCE

public BSetCmdStreamCE(Object source,
                       InputStream fIn,
                       PrintStream fOut,
                       boolean fEcho)
Please complete the missing tags for BNetLoginCE
Parameters:
-  
Throws:
-  
Method Detail

getInputStream

public InputStream getInputStream()
Please complete the missing tags for getInputStream
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

getOutputStream

public PrintStream getOutputStream()
Please complete the missing tags for getOutputStream
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

getEcho

public boolean getEcho()

Synergy Home Page