hekailiang / squirrel

squirrel-foundation is a State Machine library, which provided a lightweight, easy use, type safe and programmable state machine implementation for Java.
http://hekailiang.github.io/squirrel/
Other
2.19k stars 540 forks source link

what's the difference between entry and exit? #104

Open sound2gd opened 4 years ago

sound2gd commented 4 years ago

what's the difference between entry and exit hook?

since the two methods are all triggered after previous state.

can they merged into some method like afterChange(from,to,event,context)