PamController
Class PamController.DialogOKButtonPressed

java.lang.Object
  extended by PamController.PamController.DialogOKButtonPressed
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PamController

 class PamController.DialogOKButtonPressed
extends java.lang.Object
implements java.lang.Runnable

Invoked later every time a dialog OK button is pressed. Sends out a message to all modules to say settings have changed.

Author:
Doug

Constructor Summary
PamController.DialogOKButtonPressed()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PamController.DialogOKButtonPressed

PamController.DialogOKButtonPressed()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable