JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openimaj.time
Interface Sequencer.SequencedAction
Enclosing class:
Sequencer
public static interface
Sequencer.SequencedAction
A class that can be sequenced by the sequencer can implement this interface. The only method,
performAction()
, should execute the desired action.
Author:
David Dupplaw (dpd@ecs.soton.ac.uk)
Created:
29 Nov 2011
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
performAction
()
Perform the sequenced action.
Method Detail
performAction
boolean
performAction
()
Perform the sequenced action.
Returns:
TRUE if the action trigger succeeded; FALSE otherwise.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method