|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
biocell.BioDeviceEvent
public class BioDeviceEvent
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
BioDeviceEvent(java.lang.Object source,
int state)
implementation of BioDevice Events, the lowest events, closest to the hardware implementations. |
|
BioDeviceEvent(java.lang.Object source,
java.lang.Object data)
implementation of BioDevice Events, the lowest events, closest to the hardware implementations. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getData()
|
int |
getState()
|
| 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 |
|---|
public BioDeviceEvent(java.lang.Object source,
int state)
source - - source of the eventstate - - state of the source
public BioDeviceEvent(java.lang.Object source,
java.lang.Object data)
source - - source of the eventstate - - state of the source| Method Detail |
|---|
public int getState()
public java.lang.Object getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||