johm
johm copied to clipboard
add support for pub/sub
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.