|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAction
ch.elexis.connect.sysmex.SysmexAction
public class SysmexAction
Constructor Summary | |
---|---|
SysmexAction()
|
Method Summary | |
---|---|
void |
cancelled()
Verbindung zu serieller Schnittstelle wurde vom Benutzer abgebrochen |
void |
closed()
Verbindung zu serieller Schnittstelle wurde getrennt |
void |
gotBreak(AbstractConnection connection)
Unterbruche wird von serieller Schnittstelle geschickt. |
void |
gotData(AbstractConnection connection,
byte[] data)
Daten werden von der Seriellen Schnittstelle geliefert |
void |
run()
|
void |
timeout()
Verbindung zu serieller Schnittstelle hat timeout erreicht. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SysmexAction()
Method Detail |
---|
public void run()
public void gotBreak(AbstractConnection connection)
gotBreak
in interface AbstractConnection.ComPortListener
public void gotData(AbstractConnection connection, byte[] data)
gotData
in interface AbstractConnection.ComPortListener
public void closed()
closed
in interface AbstractConnection.ComPortListener
public void cancelled()
cancelled
in interface AbstractConnection.ComPortListener
public void timeout()
timeout
in interface AbstractConnection.ComPortListener
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |