Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // DepositS;ot.java
- // represents the deosit slor of the atm
- public class DepositSlot
- {
- //indicate wether envelope was received(always true, because this is only simulation anyway)
- public boolean isEnvelopeReceived()
- {
- return true;// it is received
- } //end method isEnvelopeReceived()
- }//end Deposit slot
Advertisement
Add Comment
Please, Sign In to add comment