Skip to content

Commit

Permalink
add javadocs library
Browse files Browse the repository at this point in the history
  • Loading branch information
darwindeveloper committed Mar 7, 2017
1 parent 3893a98 commit 7adf18b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -151,7 +151,8 @@ La clase OneCalendarView dispone de los siguientes metodos para facilitar y redu
| boolean isDaySelected(int position) | comprueba si un dia en el calendario del mes visible esta seleccionado |

#Interfaces
##OneCalendarClickListener(OBLIGATORIA) implementa todos los metodos necesarios para cuando se de clic o un clic prolongado en una fecha del calendario.
##OneCalendarClickListener(OBLIGATORIA)
implementa todos los metodos necesarios para cuando se de clic o un clic prolongado en una fecha del calendario.
```java
/**
* cuando se da click en un dia del mes mostrado
Expand All @@ -169,7 +170,8 @@ La clase OneCalendarView dispone de los siguientes metodos para facilitar y redu
*/
void dateOnLongClick(Day day, int position);
```
##OnCalendarChangeListener(OBLIGATORIA) implementa todos los metodos necesarios para notificar que ha habido un cambio en el mes del calendario
##OnCalendarChangeListener(OBLIGATORIA)
implementa todos los metodos necesarios para notificar que ha habido un cambio en el mes del calendario
```java
/**
* notifica al usuario que el calendario a cambiado al mes anterior
Expand Down

0 comments on commit 7adf18b

Please sign in to comment.