You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pr115038.aj 140B

12345
  1. public abstract aspect pr115038<Observable, Observer, Event> {
  2. public boolean Observer.handle(Observable o, Event e) {
  3. return true;
  4. }
  5. }