Last change
on this file since 1 was 1, checked in by Wouter Pasman, 6 years ago |
Initial import : Genius 9.0.0
|
File size:
307 bytes
|
Rev | Line | |
---|
[1] | 1 | package agents;
|
---|
| 2 |
|
---|
| 3 | import com.sun.media.jfxmediaimpl.MediaDisposer;
|
---|
| 4 |
|
---|
| 5 | import genius.core.Bid;
|
---|
| 6 | import genius.core.actions.Action;
|
---|
| 7 |
|
---|
| 8 | public interface EnterBidDialogInterface extends MediaDisposer.Disposable
|
---|
| 9 | {
|
---|
| 10 | genius.core.actions.Action askUserForAction(Action opponentAction, Bid myPreviousBid);
|
---|
| 11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.