Package org.smallmind.phalanx.wire
Interface Voice<G,I>
-
- All Known Implementing Classes:
Shouting,Talking,Whispering
public interface Voice<G,I>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationgetConversation()IgetInstanceId()VocalModegetMode()GgetServiceGroup()
-
-
-
Method Detail
-
getMode
VocalMode getMode()
-
getConversation
Conversation getConversation()
-
getServiceGroup
G getServiceGroup()
-
getInstanceId
I getInstanceId()
-
-