-- Forwarded to s4-user list (that's the one to use for this kind of
questions).
Hi,
it's not clear what kind of issue you are exactly facing, you should
provide more details.
In the meantime here are some suggestions:
- make sure you are using S4 0.5.0
- you seem to be defining your own event class, make sure it extends
Event and provides a zero args constructor.
- make sure there is a corresponding onEvent(<EventType>) method in the PE.
Matthieu
On 8/24/12 6:28 AM, Raghavendar TS wrote:
hi all
I am trying to dispatch object of class Instance from one PE to another in
s4.But it is not working.but dispatcher works for string int double and
all.what may be the problem
Thanks in advance