cscie160.project
Class TransactionNotification

java.lang.Object
  |
  +--cscie160.project.TransactionNotification
All Implemented Interfaces:
java.io.Serializable

public class TransactionNotification
extends java.lang.Object
implements java.io.Serializable

By David Cheung

CSCIE160 Project

Due 05-16-2001

TransactionNotification class:

Data object that stores the message passed by the ATM to the Clients.

See Also:
Serialized Form

Constructor Summary
TransactionNotification(java.lang.String mesg)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionNotification

public TransactionNotification(java.lang.String mesg)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object