| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||||
| IPainelAmostragemListener |
|
| 1.0;1 |
| 1 | /* |
|
| 2 | * IPainelAmostragemListener.java |
|
| 3 | * |
|
| 4 | * Created on June 6, 2007, 9:44 AM |
|
| 5 | * |
|
| 6 | * To change this template, choose Tools | Template Manager |
|
| 7 | * and open the template in the editor. |
|
| 8 | */ |
|
| 9 | ||
| 10 | package tempcontroller.gui; |
|
| 11 | ||
| 12 | import tempcontroller.base.IAmostragem; |
|
| 13 | ||
| 14 | /** |
|
| 15 | * |
|
| 16 | * @author ipen |
|
| 17 | */ |
|
| 18 | public interface IPainelAmostragemListener { |
|
| 19 | void edicaoTerminada(IAmostragem amostragem); |
|
| 20 | } |