furyPackage.estados
Class EstadoInterruptor
- Direct Known Subclasses:
- EstadoInterruptorDesligado, EstadoInterruptorLigado
- public abstract class EstadoInterruptor
Title:
Description:
Copyright: Copyright (c) 2004
Company:
- Author:
- not attributable
- Version: 1.0
DESLIGADO
public final static int DESLIGADO
interruptor
private Interruptor interruptor
LIGADO
public final static int LIGADO
EstadoInterruptor
public EstadoInterruptor(Interruptor interruptor)
getInterruptor
public Interruptor getInterruptor()
ligar
public abstract void ligar(long tempo)
to Class furyPackage.Interruptor