| Constructor and Description |
|---|
LayerCountEvent(BuildStepType buildStepType,
int count)
Creates a new
LayerCountEvent. |
| Modifier and Type | Method and Description |
|---|---|
BuildStepType |
getBuildStepType()
Gets the type of build step that fired the event.
|
int |
getCount()
Gets the number of layers.
|
public LayerCountEvent(BuildStepType buildStepType, int count)
LayerCountEvent. For internal use only.buildStepType - the build step associated with the eventcount - the number of layers countedpublic BuildStepType getBuildStepType()
public int getCount()
Copyright © 2019. All rights reserved.