Interface AnnotationListener
-
- All Known Implementing Classes:
EventQueue
public interface AnnotationListeneran interface that describes a listener for an annotation event- Version:
- $Revision$
- Author:
- sjb90
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidannotationOccurred(AnnotationEvent e)Receives an AnnotationEvent that contains a Step
-
-
-
Method Detail
-
annotationOccurred
void annotationOccurred(AnnotationEvent e)
Receives an AnnotationEvent that contains a Step- Parameters:
e- the event containing the Step
-
-