|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ThreadSafe public interface ObservationBus

A simple Observer that is itself Observable. This interface essentially multiplexes the events from a single
Observable to disseminate each event to multiple Observers.
| Method Summary | |
|---|---|
boolean |
hasObservers()
Determine whether this particular bus currently has any observers. |
void |
shutdown()
Unregister all registered observers, and mark this as no longer accepting new registered observers. |
void |
start()
Prepare this bus for operation by starting any resources. |
| Methods inherited from interface org.modeshape.graph.observe.Observable |
|---|
register, unregister |
| Methods inherited from interface org.modeshape.graph.observe.Observer |
|---|
notify |
| Method Detail |
|---|
void start()
boolean hasObservers()
void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||