Package org.smallmind.phalanx.wire
Interface Voice<G,I>
- All Known Implementing Classes:
Shouting,Talking,Whispering
public interface Voice<G,I>
-
Method Summary
-
Method Details
-
getMode
VocalMode getMode() -
getConversation
Conversation getConversation() -
getServiceGroup
G getServiceGroup() -
getInstanceId
I getInstanceId()
-