Advertisement
TrodelHD

Untitled

May 7th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public class SendMessageToServer {
  2. public SendMessageToServer(ArrayList<String> message){
  3. try {
  4. Variablen.Var.output.writeObject(message);
  5. Variablen.Var.output.flush();
  6. } catch (Exception e) {
  7. // TODO: handle exception
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement