public class ScannerState
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
int |
level |
ScannerState |
parentState |
Constructor and Description |
---|
ScannerState() |
Modifier and Type | Method and Description |
---|---|
ScannerState |
childState() |
protected void |
leave()
Is called when this state is leaved and switched to parent state.
|
public int level
public ScannerState parentState
public ScannerState childState()
protected void leave()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.