Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
SectionUpdateHandler |
|
| 1.0;1 |
1 | package org.kuali.student.common.ui.client.event; | |
2 | ||
3 | import org.kuali.student.common.ui.client.mvc.UncheckedApplicationEventHandler; | |
4 | ||
5 | public interface SectionUpdateHandler extends UncheckedApplicationEventHandler { | |
6 | public void onSectionUpdate(SectionUpdateEvent event); | |
7 | } |