|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes that implement the FixtureListener will be notifiy About fixture events: aboutToChangeTo fixtureChanged startFixturring endFixturring In order to be notify the class should be add to the ListenersManager.
Method Summary | |
void |
aboutToChangeTo(Fixture fixture)
Will be called before the execution of the fixture. |
void |
endFixturring()
Is called after the fixture navigation ends. |
void |
fixtureChanged(Fixture fixture)
Will be called after the execution of the fixture. |
void |
startFixturring()
Is called before the fixture navigation is started. |
Method Detail |
public void aboutToChangeTo(Fixture fixture)
fixture
- The fixture that is going to be executed.public void fixtureChanged(Fixture fixture)
fixture
- The fixture that was executed.public void startFixturring()
public void endFixturring()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |