448e9ea097bea23a201825a2008a98b12a1b6ce2
[ldk-java] / ts / structs / MonitorUpdateError.ts
1
2 import CommonBase from './CommonBase';
3 import * as bindings from '../bindings' // TODO: figure out location
4
5 public class MonitorUpdateError extends CommonBase {
6         MonitorUpdateError(Object _dummy, long ptr) { super(ptr); }
7         @Override @SuppressWarnings("deprecation")
8         protected void finalize() throws Throwable {
9                 super.finalize();
10                 if (ptr != 0) { bindings.MonitorUpdateError_free(ptr); }
11         }
12
13 }