blahs44

Untitled

Oct 19th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. package org.osbot;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5.  
  6. public class S
  7.   implements ActionListener
  8. {
  9.   public void actionPerformed(ActionEvent a)
  10.   {
  11.     TB.a(a.m, a);
  12.   }
  13.  
  14.   public S(TB paramTB)
  15.   {
  16.   }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment