Findryan

Untitled

Dec 9th, 2016
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public class DepositSlot
  2. {
  3. // indicate whether envelope was received (always returns true)
  4. // because this is only a software simulation of a real deposit slot
  5. public boolean isEnvelopeReceived(){
  6. return true; // deposit envelope was received
  7. } // end method isEnvelopeReceived
  8. } // end class DepositSlot
Advertisement
Add Comment
Please, Sign In to add comment