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
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 |
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
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 managerstatus
- The success status of the event- Overrides:
- doComplete in class BCommandComplete