JonasWanke / com.jonaswanke.calendar

📅 Material Design CalendarView for Android
Apache License 2.0
49 stars 16 forks source link

26 make event an interface #29

Closed JonasWanke closed 6 years ago

JonasWanke commented 6 years ago

Fixes: #26

Description

Event is now an interface to allow for more flexibility. A concrete implementation is given by BaseEvent.

Checklist