thomasnield
12/16/2016, 7:42 PMedvin
12/16/2016, 8:00 PMedvin
12/16/2016, 8:02 PMedvin
12/16/2016, 8:04 PMedvin
12/16/2016, 8:04 PMthomasnield
12/16/2016, 8:05 PMedvin
12/16/2016, 8:05 PMron
12/16/2016, 11:35 PMcustomerController
classthomasnield
12/17/2016, 12:45 AMgtnarg
12/17/2016, 1:56 AMgtnarg
12/17/2016, 2:01 AMron
12/17/2016, 7:53 AMron
12/17/2016, 7:53 AMedvin
12/17/2016, 9:13 AMedvin
12/17/2016, 9:14 AMedvin
12/17/2016, 9:15 AMedvin
12/17/2016, 9:17 AMedvin
12/17/2016, 9:52 AMscope
property of an FXEvent
is null, causing the event to hit all subscribers, just like before. If you supply the scope parameter however, only subscriptions within the same scope will receive the emission. It worked perfectly!edvin
12/17/2016, 9:54 AMrunOnFxApplicationThread: Boolean
parameter has been thrown out, and an enum was introduced instead. To deliver an event on a background thread, you now create your event like this: class MyEvent : FXEvent(BackgroundThread)
. Much more readable.ron
12/17/2016, 9:59 AMedvin
12/17/2016, 10:56 AMron
12/17/2016, 10:56 AMedvin
12/17/2016, 10:57 AMedvin
12/17/2016, 10:57 AMedvin
12/17/2016, 10:57 AMron
12/17/2016, 10:58 AMedvin
12/17/2016, 10:58 AMron
12/17/2016, 10:59 AMedvin
12/17/2016, 11:02 AM