package org.sgodden.echo.ext20;
/**
* Client-side effects that may be applied when the component will be removed
* from the client-side component hierarchy/view
* @author Lloyd Colling
*
*/
publicenum RemoveComponentFx {
FADE_OUT,
GHOST,
PUFF,
SLIDE_OUT,
SWITCH_OFF
}