Пример #1
0
 /**
  * Call back method that must be called as soon as the given <code>
  * AnnotationInitializer</code> object has been traversed.
  *
  * @param pAnnotationInitializer  The <code>AnnotationInitializer</code>
  *                                object that has just been traversed.
  */
 public void actionPerformed(
      
     AnnotationInitializer pAnnotationInitializer)
 {
     // Nothing to do.
 }
Пример #2
0
 /**
  * Call back method that must be called when the given <code>
  * AnnotationInitializer</code> will become the next <i>traverse
  * candidate</i>.
  *
  * @param pAnnotationInitializer  The <code>AnnotationInitializer</code>
  *                                object that will become the next <i>
  *                                traverse candidate</i>.
  */
 public void performAction(
      
     AnnotationInitializer pAnnotationInitializer)
 {
     // Nothing to do.
 }