Examples of RPObjectChangeListener


Examples of games.stendhal.client.listener.RPObjectChangeListener

  /**
   * Tests for dispatchModifyRemoved.
   */
  @Test
  public void testDispatchModifyRemoved() {
    final RPObjectChangeListener listener = new RPObjectChangeListener() {

      public void onAdded(final RPObject object) {

      }

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.