The Disconnected state signals either that the call has been disconnected,
or that too much time has passed between dialing entries.
In this step, you will do the following:
- create the Disconnected state
- add an entry to the Disconnected state
- From the palette, click the state icon,
and drop it onto the canvas well to the right of the Idle state.
- Rename this new state Disconnected.
- Create an entry state on the Deposit state named PlayDisconnectedTone with
the following code:
System.out.println("Disconnected...");
Your state machine should look like the one in this image:
