Package games.stendhal.client.entity

Examples of games.stendhal.client.entity.ContentChangeListener


   * @param window inspector window
   * @param entity inspected entity
   * @param slot inspected slot
   */
  private void prepareInspectAutoClose(final SlotWindow window, final IEntity entity, final RPSlot slot) {
    entity.addContentChangeListener(new ContentChangeListener() {
      public void contentAdded(RPSlot added) {
        // Unused
      }

      public void contentRemoved(RPSlot removed) {
View Full Code Here

TOP

Related Classes of games.stendhal.client.entity.ContentChangeListener

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.