Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.siemens.mp.io
Class Connection  view Connection download Connection.java

java.lang.Object
  extended bycom.siemens.mp.misc.NativeMem
      extended bycom.siemens.mp.io.Connection

public class Connection
extends com.siemens.mp.misc.NativeMem


Field Summary
(package private)  ConnectionListener listener
           
 
Constructor Summary
Connection(java.lang.String connectTo)
          Creates a new instance of Connection
 
Method Summary
 ConnectionListener getListener()
           
 void send(byte[] data)
           
 void setListener(ConnectionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listener

ConnectionListener listener
Constructor Detail

Connection

public Connection(java.lang.String connectTo)
Creates a new instance of Connection

Method Detail

getListener

public ConnectionListener getListener()

send

public void send(byte[] data)

setListener

public void setListener(ConnectionListener listener)