home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java 1.2 How-To
/
JavaHowTo.iso
/
3rdParty
/
Gamelication
/
com
/
next
/
gt
/
RCS
/
BonusHandler.java,v
< prev
next >
Wrap
Text File
|
1998-04-15
|
499b
|
43 lines
head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 98.04.10.17.53.01; author jgh8962; state Exp;
branches;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@/**
*
* BonusHandler.java
* @@author Mark G. Tacchi (mtacchi@@next.com)
* @@version 0.8
* Mar 15/1996
*
*
* An interface. The object which requires notification for bonuses
* should implement this.
*
*/
package com.next.gt;
public interface BonusHandler {
void didAchieveBonus ();
} /*BonusHandler*/
@