vibe-project / vibe-java-platform

Vibe Java Platform
http://vibe-project.github.io/projects/vibe-java-platform/
Apache License 2.0
6 stars 1 forks source link

Review Actions interface #43

Open flowersinthesand opened 9 years ago

flowersinthesand commented 9 years ago

Actions is a powerful interface to define a specific event using Action and usually used internally by event firer. Typically, it backs up method like eventnameAction(Action<Event> action) and change in Actions doesn't affect event firer's API. Though, since it's very useful, it would be nice for user to use it for their own purpose. However, the following points should be considered first.

It's scheduled in beta.

flowersinthesand commented 9 years ago

Interesting issue related to Flow control: https://github.com/Atmosphere/atmosphere/issues/1845#issuecomment-72963639