Interface OCommandOutputListener

All Known Implementing Classes:
OConsoleDatabaseApp, OServerCommandGetExportDatabase, OServerCommandPostImportDatabase

public interface OCommandOutputListener
Receives callback from a command as output.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onMessage

      void onMessage(String iText)