Guest User

Untitled

a guest
Jan 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Decorates
  2. class BarEventDecorator extends Event<Bar> {
  3. @Inject @Delegate @Cool
  4. Event<Bar> barEvent;
  5.  
  6. public void fire(Bar bar) {
  7. // barEvent.fire(bar);
  8. }
  9. }
Add Comment
Please, Sign In to add comment