votorola.a.register
Interface ListNodeC.Runner

Enclosing class:
ListNodeC

public static interface ListNodeC.Runner

A routine that runs in the context of a list node.


Method Summary
 void run(ListNodeC node)
          Runs this routine in the context of the specified list node.
 

Method Detail

run

void run(ListNodeC node)
Runs this routine in the context of the specified list node.