Hello,
can we move following code to BaseImpl:
    @Autowired
    @Qualifier("eventBus")
    private EventBus eventBus;

    public ShippingCommandHandlerImpl() {
    }

    public void receive(Event event) {
        dispatch(this, event, "handle");
    }

    public void handle(Object event) {
....
    }

If you want you can override it in your class and it will make your
Impl class clear.

We definitely have to meet to discuss some stuff. Aren't you going to
some conference in Europe - probably Germany, England or some
countries around Slovakia? We can meet there to discuss some stuff -
maybe you can speak about Sculptor on conference and have it for free
;-).

Pavel

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to