private final Event<Shutdown> shutdown;
@Inject
public IgnoreEofKeyListener(final Shell shell, final Event<Shutdown> shutdown)
{
ForgeEnvironment environment = shell.getEnvironment();
String eofs = (String) environment.getProperty(ShellImpl.PROP_IGNORE_EOF);
int propEOFs;
try
{
propEOFs = Integer.parseInt(eofs);