extmodule
Class JNI_GetProposal

java.lang.Object
  extended by extmodule.JNI_Feed
      extended by extmodule.JNI_GetProposal
All Implemented Interfaces:
IF_ExtModule_Feed, IF_ExtModule_GetProposal

public class JNI_GetProposal
extends JNI_Feed
implements IF_ExtModule_GetProposal

Implements an external proposal module using JNI.

Author:
Witthold/Korol

Constructor Summary
JNI_GetProposal()
           
 
Method Summary
 int getProposal()
          Returns the proposal for an action.
 
Methods inherited from class extmodule.JNI_Feed
initModule, newAction, newHand, newHoleCards, newRound, showdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface extmodule.IF_ExtModule_Feed
initModule, newAction, newHand, newHoleCards, newRound, showdown
 

Constructor Detail

JNI_GetProposal

public JNI_GetProposal()
Method Detail

getProposal

public int getProposal()
Description copied from interface: IF_ExtModule_GetProposal
Returns the proposal for an action.

Specified by:
getProposal in interface IF_ExtModule_GetProposal