public interface Aspectable
Modifier and Type | Field and Description |
---|---|
static Aspectable |
DEFAULT
The default implementation for no-op aspects.
|
Modifier and Type | Method and Description |
---|---|
void |
onBegin(FinishState finishState)
The method called before an action executes.
|
void |
onEnd(FinishState finishState)
The method called after an action executes.
|
static final Aspectable DEFAULT
void onBegin(FinishState finishState)
void onEnd(FinishState finishState)
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.