Move the interfaces that define common actions between libraries. For example, HasBlur is an interface that defines the behavior of blur on a component, but this interface is located on the Crux-Widget. So, new libraries as crux-smart-faces do not have access to this behavior. For this reason we changed the common events among libraries to the crux-dev.
From br...@triggolabs.com on September 22, 2014 10:53:30
Move the interfaces that define common actions between libraries. For example, HasBlur is an interface that defines the behavior of blur on a component, but this interface is located on the Crux-Widget. So, new libraries as crux-smart-faces do not have access to this behavior. For this reason we changed the common events among libraries to the crux-dev.
Original issue: http://code.google.com/p/crux-framework/issues/detail?id=540