org.openpermis.editor.policy.gui
Class ErrorStatusUpdater

java.lang.Object
  extended by org.openpermis.editor.policy.gui.ErrorStatusUpdater
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class ErrorStatusUpdater
extends Object
implements PropertyChangeListener

Since:
0.1.0

Constructor Summary
ErrorStatusUpdater(org.jdesktop.application.ResourceMap resourceMap, Window window, JLabel statusLabel)
          Creates and registers this error status updater.
 
Method Summary
 void dispose()
          Deregisters this error status updater.
 void propertyChange(PropertyChangeEvent event)
           
 void showError(String message)
          Shows an error message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorStatusUpdater

public ErrorStatusUpdater(org.jdesktop.application.ResourceMap resourceMap,
                          Window window,
                          JLabel statusLabel)
Creates and registers this error status updater.

Parameters:
resourceMap - the resource map to use for configuration.
window - the window to watch.
statusLabel - the status label to use.
Since:
0.1.0
Method Detail

dispose

public void dispose()
Deregisters this error status updater.

Since:
0.1.0

showError

public void showError(String message)
Shows an error message.

Parameters:
message - the message to show.
Since:
0.1.0

propertyChange

public void propertyChange(PropertyChangeEvent event)
Specified by:
propertyChange in interface PropertyChangeListener
Since:
0.1.0


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:33
Copyright (c) 2002-2007 Ergon Informatik AG