All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.orientechnologies.orient.core.db.OrientDBListener Maven / Gradle / Ivy

There is a newer version: 3.2.32
Show newest version
package com.orientechnologies.orient.core.db;

/** Created by tglman on 20/01/17. */
public interface OrientDBListener {

  void onCreate(ODatabase database);

  void onOpen(ODatabase database);

  void onClose(ODatabase database);

  void onDrop(ODatabase database);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy