package jalview.api; public interface OOMHandlerI { void raiseOOMWarning(String string, OutOfMemoryError error); }