1 /* 2 * To change this template, choose Tools | Templates 3 * and open the template in the editor. 4 */ 5 6 package cz.cuni.amis.pogamut.udk.communication.messages; 7 8 import cz.cuni.amis.pogamut.base.communication.messages.InfoMessage; 9 import cz.cuni.amis.pogamut.udk.communication.worldview.objects.IGBWorldObjectEvent; 10 11 /** 12 * 13 * @author ik 14 */ 15 public abstract class GBObjectUpdate extends InfoMessage implements IGBWorldObjectEvent { 16 17 }