Squeak Class Documentation category index | class index  
 
PowerManagement
  category: System-Support
  superclass: Object
  subclasses:

This class is used to restore the VM's view of the power manage option. On the macintosh in a 3.x VM you can turn the power manager on or off. This may make your iBook run faster, and will prevents your macintosh from sleeping. This does consume more power so your battery life will be degraded.

Usually you can turn processor cycling off in the control panel, but this class ensures it's off if you set the preference to turn power management off

instance methods
  no messages
 

class methods
  class initialization
  initialize

  startup logic
  deinstall
startUp

instance methods
  no messages top  

class methods
  class initialization top  
 

initialize

PowerManagement initialize


  startup logic top  
 

deinstall

PowerManagement deinstall


 

startUp

This message is sent to registered classes when the system is coming up.