Synergy Home Page

au.edu.swin.synergy.plugin.userman
Class BServerUpdateCompleteCC

java.lang.Object
  |
  +--au.edu.swin.synergy.kernel.BCommandComplete
        |
        +--au.edu.swin.synergy.plugin.userman.BServerUpdateCompleteCC

public class BServerUpdateCompleteCC
extends BCommandComplete

This class is called by the window manager when the dialog the user is on is closed.

Author:
Tristan Austin

Fields inherited from class au.edu.swin.synergy.kernel.BCommandComplete
kDefault, kError, kNetError, kPending, kSuccess
 
Constructor Summary
BServerUpdateCompleteCC(BPlugin dispatcher)
          Creates a new server udpate complete object with the given plugin to be used as the dispatcher.
 
Method Summary
 void doComplete(BCommandEvent event, int status)
          Called by the window manager when the dialog the CRUD User panel was on is closed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BServerUpdateCompleteCC

public BServerUpdateCompleteCC(BPlugin dispatcher)
Creates a new server udpate complete object with the given plugin to be used as the dispatcher.
Parameters:
dispatcher - The plugin to dispatch events via
Method Detail

doComplete

public void doComplete(BCommandEvent event,
                       int status)
Called by the window manager when the dialog the CRUD User panel was on is closed.
Parameters:
event - The original event sent to the window manager
status - The success status of the event
Overrides:
doComplete in class BCommandComplete

Synergy Home Page