Package marauroa.ping.client

Examples of marauroa.ping.client.Speaker.onDeletedChanges()


          return false;
        }

    public boolean onModifiedDeleted(RPObject object, RPObject changes) {
          Speaker speaker=speakers.get(object.getID());
          speaker.onDeletedChanges(changes);
         
          return false;
        }

    public boolean onMyRPObject(RPObject added, RPObject deleted) {
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.