You could use an instance variable:



private int fooCalled;

public void foo() {
fooCalled++;
// more stuff here
}