Interface Instrumento


public interface Instrumento

Write a description of interface Instrumento here.

Version:
(a version number or a date)
Author:
(your name)

Field Summary
static int VALUE
           
 
Method Summary
 void ajustar()
           
 void play(Nota n)
           
 

Field Detail

VALUE

static final int VALUE
See Also:
Constant Field Values
Method Detail

ajustar

void ajustar()

play

void play(Nota n)