|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
This interface holds the methods any class acting as a BusListener must implement
Copyright (c) 2000 Damian Fauth
| Method Summary | |
java.lang.String |
getHandle()
get the handle of this listener |
java.util.Date |
getLastWriteDate()
get the date-time of last write |
java.util.Date |
getRegisterDate()
get the date-time of registration |
void |
notify(java.lang.String data)
Notify a BusListener of new data on the bus |
| Method Detail |
public void notify(java.lang.String data)
data - is the new bus data as a Stringpublic java.lang.String getHandle()
public java.util.Date getRegisterDate()
public java.util.Date getLastWriteDate()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||