com.github.nkzawa.socketio.client
Class On

java.lang.Object
  extended by com.github.nkzawa.socketio.client.On

public class On
extends Object


Nested Class Summary
static interface On.Handle
           
 
Method Summary
static On.Handle on(com.github.nkzawa.emitter.Emitter obj, String ev, com.github.nkzawa.emitter.Emitter.Listener fn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

on

public static On.Handle on(com.github.nkzawa.emitter.Emitter obj,
                           String ev,
                           com.github.nkzawa.emitter.Emitter.Listener fn)


Copyright © 2014. All rights reserved.