Last change
on this file since 127 was 127, checked in by Wouter Pasman, 6 years ago |
#41 ROLL BACK of rev.126 . So this version is equal to rev. 125
|
File size:
307 bytes
|
Line | |
---|
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.