listener.classPrepareEvent((ClassPrepareEvent)e);
} else if (e instanceof StepEvent) {
listener.stepEvent((StepEvent)e);
} else if (e instanceof VMDeathEvent) {
// The virtual machine has terminated.
listener.VMDeathEvent();
this.vmConnected = false;
}
}
/*if (e instanceof StepEvent) {