Return the ArrayList<Event> containing the objects comprising the event array @return ArrayList<Event>
()
| 198 | * @return ArrayList<Event> |
| 199 | */ |
| 200 | public ArrayList<Event> getEvents() { |
| 201 | |
| 202 | return event; |
| 203 | } |
| 204 | |
| 205 | |
| 206 | /** |
no outgoing calls
no test coverage detected