| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||||
| IOuvinteEventosControladorAmostragem |
|
| 1.0;1 |
| 1 | /* |
|
| 2 | * IOuvinteEventosControladorAmostragem.java |
|
| 3 | * |
|
| 4 | * Created on 14 de Março de 2007, 06:07 |
|
| 5 | * |
|
| 6 | * To change this template, choose Tools | Template Manager |
|
| 7 | * and open the template in the editor. |
|
| 8 | */ |
|
| 9 | ||
| 10 | package tempcontroller.base; |
|
| 11 | ||
| 12 | /** |
|
| 13 | * Ouvinte de eventos do controlador de amostragem. |
|
| 14 | */ |
|
| 15 | public interface IOuvinteEventosControladorAmostragem { |
|
| 16 | /** |
|
| 17 | * Informa que o controlador de amostragem tem novo status. |
|
| 18 | */ |
|
| 19 | void novoStatusControladorAmostragem(); |
|
| 20 | } |