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

Field Summary
 final static intDESLIGADO
           
 private Interruptorinterruptor
           
 final static intLIGADO
           

Constructor Summary
EstadoInterruptor(Interruptor interruptor)
           

Method Summary
 InterruptorgetInterruptor()
           
 abstract voidligar(long tempo)
           

Field Detail

DESLIGADO

public final static int DESLIGADO

interruptor

private Interruptor interruptor

LIGADO

public final static int LIGADO
Constructor Detail

EstadoInterruptor

public EstadoInterruptor(Interruptor interruptor)
Method Detail

getInterruptor

public Interruptor getInterruptor()

ligar

public abstract void ligar(long tempo)

Association Links

to Class furyPackage.Interruptor