File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
library/src/main/java/com/alamkanak/weekview Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1477,7 +1477,7 @@ public interface MonthChangeListener {
1477
1477
1478
1478
public interface EventLongPressListener {
1479
1479
/**
1480
- * Similar to # EventClickListener but with a long press.
1480
+ * Similar to {@link com.alamkanak.weekview.WeekView. EventClickListener} but with a long press.
1481
1481
* @param event: event clicked.
1482
1482
* @param eventRect: view containing the clicked event.
1483
1483
*/
@@ -1487,15 +1487,15 @@ public interface EventLongPressListener {
1487
1487
public interface EmptyViewClickListener {
1488
1488
/**
1489
1489
* Triggered when the users clicks on a empty space of the calendar.
1490
- * @param time: # Calendar object set with the date and time of the clicked position on the view.
1490
+ * @param time: {@link Calendar} object set with the date and time of the clicked position on the view.
1491
1491
*/
1492
1492
public void onEmptyViewClicked (Calendar time );
1493
1493
}
1494
1494
1495
1495
public interface EmptyViewLongPressListener {
1496
1496
/**
1497
- * Similar to EmptyViewClickListener but with long press.
1498
- * @param time: # Calendar object set with the date and time of the long pressed position on the view.
1497
+ * Similar to {@link com.alamkanak.weekview.WeekView. EmptyViewClickListener} but with long press.
1498
+ * @param time: {@link Calendar} object set with the date and time of the long pressed position on the view.
1499
1499
*/
1500
1500
public void onEmptyViewLongPress (Calendar time );
1501
1501
}
You can’t perform that action at this time.
0 commit comments