|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beust.jbus.JBus
public class JBus
| Constructor Summary | |
|---|---|
JBus()
|
|
| Method Summary | |
|---|---|
void |
post(Object event)
Post an object on the bus. |
void |
post(Object event,
String[] categories)
Post an object on the bus with the specified categories. |
void |
register(Object object)
Register this object to receive notifications. |
void |
unregister(Object object)
Unregister an object from the bus. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JBus()
| Method Detail |
|---|
public void register(Object object)
IBus
register in interface IBuspublic void unregister(Object object)
IBus
unregister in interface IBuspublic void post(Object event)
IBus
post in interface IBus
public void post(Object event,
String[] categories)
IBus
post in interface IBus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||