johm icon indicating copy to clipboard operation
johm copied to clipboard

add support for pub/sub

Open xetorthio opened this issue 14 years ago • 0 comments

Something like: class User { @Listen(Item.class) public void onItem() { } } It will be tricky to filter on object fields but we can pass those as an array in the second argument... some thinking to do there.

xetorthio avatar Jan 26 '11 19:01 xetorthio