static abstract class TripleListener {
  void onNewTriple(TripleWeb w) {}
  void onForgottenTriple(TripleWeb w) {}
}