JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.oddjob.state
Interface StateCondition
All Known Implementing Classes:
IsAnyState
,
IsExecutable
,
IsForceable
,
IsHardResetable
,
IsNot
,
IsSaveable
,
IsSoftResetable
,
IsStoppable
,
StateConditions
public interface
StateCondition
Something that is able to test the condition of a
State
.
Author:
rob
Method Summary
Methods
Modifier and Type
Method and Description
boolean
test
(
State
state)
Tests the condition of the state.
Method Detail
test
boolean test(
State
state)
Tests the condition of the state.
Parameters:
state
- The state.
Returns:
true if the state matches the condition, false otherwise.
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method