Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Intercepting Swing events

don't know if it does matter, but try to add a within or whitincode clause
and see if it changes something.

Valerio

>public aspect campeao {
>
>	pointcut somosNos() : (call(* javax.swing.JComponent.*(..) ));
>
>	after() : somosNos() {
>		System.out.println("This should appear");
>	}
>}



__________________________________________________________________
TISCALI ADSL 6 MEGA FLAT CON 3 MESI GRATIS!
Con Tiscali Adsl 6 Mega Flat navighi con la SuperVelocita'
a soli 29.95 euro al mese, senza limiti di tempo.
E se attivi entro il 31 maggio, 3 MESI sono GRATIS!
Scopri come risparmiare navigando veloce su
http://abbonati.tiscali.it/adsl/sa/6flat_tc/





Back to the top