cscie160.project.atm
Interface ATMListener

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Client

public interface ATMListener
extends java.rmi.Remote

By David Cheung

CSCIE160 Project

Due: 05-16-2001

This provides an interface for client side. This returns a reference to the ATM.


Method Summary
 void getNotify(TransactionNotification noteBox)
           
 

Method Detail

getNotify

public void getNotify(TransactionNotification noteBox)
               throws java.rmi.RemoteException