'From Squeak3.6beta of ''4 July 2003'' [latest update: #5411] on 2 September 2003 at 8:14:35 pm'! "Change Set: EventSensorCleanup Date: 2 September 2003 Author: Andreas Raab Removes the initialization code from EventSensor."! !EventSensor class methodsFor: 'class initialization' stamp: 'ar 9/2/2003 20:13'! initialize "EventSensor initialize" EventPollFrequency _ 500. "Note: The above is important. Most systems will not notify the VM about the occurance of events asynchronously. Therefore, we have to go check for ourselves every now and then."! ! EventSensor initialize! EventSensor class removeSelector: #initializeEventSensorConstants!