/**
  * Call back method that must be called as soon as the given <code>
  * InterfaceExtendsClause</code> object has been traversed.
  *
  * @param pInterfaceExtendsClause  The <code>InterfaceExtendsClause</code>
  *                                 object that has just been traversed.
  */
 public void actionPerformed(
      
     InterfaceExtendsClause pInterfaceExtendsClause)
 {
     // Nothing to do.
 }
 /**
  * Call back method that must be called when the given <code>
  * InterfaceExtendsClause</code> will become the next <i>traverse
  * candidate</i>.
  *
  * @param pInterfaceExtendsClause  The <code>InterfaceExtendsClause</code>
  *                                 object that will become the next <i>
  *                                 traverse candidate</i>.
  */
 public void performAction(
      
     InterfaceExtendsClause pInterfaceExtendsClause)
 {
     // Nothing to do.
 }