Uses of Class
furyPackage.Interruptor

Packages that use Interruptor
furyPackage.estados 

Uses of Interruptor in furyPackage.estados
 

Fields in furyPackage.estados declared as Interruptor
private InterruptorEstadoInterruptor.interruptor
          
 

Constructors in furyPackage.estados with parameters of type Interruptor
EstadoInterruptor.EstadoInterruptor(Interruptor interruptor)
          
EstadoInterruptorDesligado.EstadoInterruptorDesligado(Interruptor interruptor)
          
EstadoInterruptorLigado.EstadoInterruptorLigado(Interruptor interruptor)
          
 

Methods in furyPackage.estados that return Interruptor
InterruptorEstadoInterruptor.getInterruptor()