|
BTW, here is some of the main class:
public static final void main(String[] args)
{
// create an application main class using HiveMind factory Registry registry = RegistryBuilder.constructDefaultRegistry(); VTMain main = (VTMain) registry.getService(VTMain.class); main.execute(); registry.shutdown(); } public void setEventBroker(EventBroker
broker) {
this.broker = broker; } I do get the broker reference, and can call it and
get into the dispatcher.
John
|
- wait - notify John Coleman
- Re: wait - notify Achim Huegen
- Re: wait - notify John Coleman
- RE: wait - notify James Carman
- Re: wait - notify John Coleman
- Re: wait - notify John Coleman
