bcds.phison
Interface NullaryProc


public interface NullaryProc

An interface for procedures that receive no paramters, that is, nullary methods having void as return type.

Author:
Juan Segovia S.

Method Summary
 void run()
           
 

Method Detail

run

void run()