Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Demonstration code for firing script events

Hi Ian,

have a look at this eclipsecon presentation: 
https://www.youtube.com/watch?v=eWNKrPELcBw&feature=youtu.be

at 12:40 roughly you can watch an example of sending and reacting on events.

HTH
Christian

-----Original Message-----
From: ease-dev-bounces@xxxxxxxxxxx <ease-dev-bounces@xxxxxxxxxxx> On Behalf Of Ian Mayo
Sent: Dienstag, 23. Oktober 2018 16:47
To: ease-dev@xxxxxxxxxxx
Subject: [ease-dev] Demonstration code for firing script events

The EASE scripts folder includes samples of firing event bus messages from JS:
https://git.eclipse.org/c/ease/org.eclipse.ease.scripts.git/tree/Demos/EclipseCon%20Europe%202016/EclipseCon%20Europe%202016/scripts/03%20event%20bus

Can anybody point me towards an example where we fire an event bus message from Java code?

I presume the EASE backend handles the task of registering for eventBus events, and passing on the message to registered JS onEventBus handler scripts.

Thanks,
Ian
_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/ease-dev


Back to the top