Package com.thegongoliers.commands
Class GameSpecificMessageCommand
- java.lang.Object
-
- edu.wpi.first.wpilibj.command.Command
-
- edu.wpi.first.wpilibj.command.ConditionalCommand
-
- com.thegongoliers.commands.GameSpecificMessageCommand
-
- All Implemented Interfaces:
edu.wpi.first.wpilibj.Sendable,java.lang.AutoCloseable
public class GameSpecificMessageCommand extends edu.wpi.first.wpilibj.command.ConditionalCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGameSpecificMessageCommand.GameSpecificMessageHandler
-
Constructor Summary
Constructors Constructor Description GameSpecificMessageCommand(edu.wpi.first.wpilibj.command.Command onTrue, edu.wpi.first.wpilibj.command.Command onFalse, GameSpecificMessageCommand.GameSpecificMessageHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancondition()-
Methods inherited from class edu.wpi.first.wpilibj.command.ConditionalCommand
_cancel, _initialize, _interrupted, isFinished
-
Methods inherited from class edu.wpi.first.wpilibj.command.Command
cancel, clearRequirements, close, doesRequire, end, execute, getGroup, getName, getSubsystem, initialize, initSendable, interrupted, isCanceled, isCompleted, isInterruptible, isRunning, isTimedOut, requires, setInterruptible, setName, setRunWhenDisabled, setSubsystem, setTimeout, start, timeSinceInitialized, toString, willRunWhenDisabled
-
-
-
-
Constructor Detail
-
GameSpecificMessageCommand
public GameSpecificMessageCommand(edu.wpi.first.wpilibj.command.Command onTrue, edu.wpi.first.wpilibj.command.Command onFalse, GameSpecificMessageCommand.GameSpecificMessageHandler handler)
-
-