Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package plugin;
- import builders.colonial.http.webrequesthandler.module.Module;
- public class PluginMain extends Module {
- @Override
- public void handleRequest(String s) {
- System.out.println("TEST ---- " + s);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment