home *** CD-ROM | disk | FTP | other *** search
- 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*/
- @
-