public interface InvocationHistory
Modifier and Type | Method and Description |
---|---|
void |
clearInvocations()
Clear out the invocation history for this CommandHandler.
|
InvocationRecord |
getInvocation(int index)
Return the InvocationRecord representing the command invoction data for the nth invocation
for this command handler instance.
|
int |
numberOfInvocations() |
int numberOfInvocations()
InvocationRecord getInvocation(int index)
index
- - the index of the invocation record to return. The first record is at index zero.AssertFailedException
- - if there is no invocation record corresponding to the specified indexvoid clearInvocations()
numberOfInvocations()
method will return zero.Copyright © 2016. All rights reserved.