cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric
Class EmoticonInfo

Package class diagram package EmoticonInfo
java.lang.Object
  extended by cz.cuni.amis.pogamut.emohawk.agent.module.sensomotoric.EmoticonInfo

public class EmoticonInfo
extends Object

Used for players emoticon tracking - we have here also the time the emoticon was set.

Author:
knight

Constructor Summary
EmoticonInfo(Emoticon emoticon, long emoticonSetTime)
           
 
Method Summary
 Emoticon getEmoticon()
           
 long getEmoticonSetTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmoticonInfo

public EmoticonInfo(Emoticon emoticon,
                    long emoticonSetTime)
Method Detail

getEmoticon

public Emoticon getEmoticon()

getEmoticonSetTime

public long getEmoticonSetTime()


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.