Interface OCallableNoParamNoReturn


public interface OCallableNoParamNoReturn
Generic callable interface that does not accept parameter and not return any value.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • call

      void call()