Package play.libs.F

Examples of play.libs.F.Callback0


        // nothing to do
      }
    });

    // When the socket is closed.
    in.onClose(new Callback0() {
      @Override
      public void invoke() {
        actor.tell(new UnregistrationMessage(id));
      }
    });
View Full Code Here

TOP

Related Classes of play.libs.F.Callback0

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.