* Tells this listener that projection has been enabled.
*/
public void projectionEnabled() {
IProjectionListener projectionListener = getProjectionListener();
if (projectionListener != null) {
projectionListener.projectionEnabled();
}
}
/**
* Tells this listener that projection has been disabled.