JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
sim.engine
Interface Stoppable
All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AsynchronousSteppable
,
IterativeRepeat
,
Repeat
,
TentativeStep
public interface
Stoppable
extends java.io.Serializable
Stoppable objects can be prevented from being stepped any further by calling their stop() method.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
stop
()
Method Detail
stop
void stop()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method