Guest User

Untitled

a guest
Aug 23rd, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. @SoftwareIndependent
  2. public interface PluginUtils {
  3.  
  4.     public void log(Level level, String msg);
  5.  
  6.     public void scheduleAsync(Runnable runnable);
  7.  
  8.     public void logException(Throwable e);
  9.  
  10.     public SQLDatabase getDatabase();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment