IBAction in Java


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. public class JController {
  2.  
  3. public void sayHello(NSObject sender) {
  4. System.out.println("Hello form java");
  5. }
  6.  
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.