Ejemplo n.º 1
0
 void notifyError(SpecListener listener, SpecErrorEvent evt) {
   listener.breakpointError(evt);
 }
Ejemplo n.º 2
0
 void notifyResolved(SpecListener listener, SpecEvent evt) {
   listener.breakpointResolved(evt);
 }
Ejemplo n.º 3
0
 void notifyDeleted(SpecListener listener, SpecEvent evt) {
   listener.breakpointDeleted(evt);
 }
Ejemplo n.º 4
0
 void notifySet(SpecListener listener, SpecEvent evt) {
   listener.breakpointSet(evt);
 }