View Javadoc

1   package cz.cuni.amis.pogamut.ut2004.communication.worldview.objects;
2   
3   /**
4    * Marker for "lost from sight" event, meaning some object disappeared from
5    * the bot's view.
6    * 
7    * @author Jimmy
8    */
9   public interface IGBWorldObjectDisappeared extends IGBWorldObjectEvent {
10  
11  }