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