csdms / wmt-client

A GWT client for the CSDMS Web Modeling Tool
MIT License
0 stars 0 forks source link

Refactor Command classes into ClickHandlers #100

Closed mdpiper closed 8 years ago

mdpiper commented 8 years ago

The ComponentActionMenu used a set of Command classes to handle its actions. I refactored the class to instead use the more common ClickHandler. This address #6. I'm choosing, however, to retain the ComponentSelectionCommand class, because it properly uses a Command to perform an action at a later time, or in a different context.