return _hardwareKeyListener;
}
private void initialize() {
// create hardware key listener
_hardwareKeyListener = new HardwareKeyListener( (WidgetConfigImpl) _wConfig );
// Register notification profile
Hashtable notifications = _wConfig.getNotifications();
for( Enumeration e = notifications.keys(); e.hasMoreElements(); ) {
Object name = e.nextElement();