au.edu.swin.synergy.plugin.server.event
Class BGetUserCE
java.lang.Object
|
+--java.util.EventObject
|
+--au.edu.swin.synergy.kernel.BCommandEvent
|
+--au.edu.swin.synergy.plugin.server.event.BGetUserCE
- public class BGetUserCE
- extends BCommandEvent
Get the BUser with a specific connection ID
- Author:
-
- Requirement/analysis/design Reference:
-
- Copyright Belongs To:
-
- See Also:
- , Serialized Form
Method Summary |
int |
getID()
Please complete the missing tags for getID |
BUser |
getUser()
Please complete the missing tags for getUser |
void |
setUser(BUser fUser)
Please complete the missing tags for setUser |
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent |
decrementThreadCount,
doComplete,
doInit,
getAutoComplete,
getCompletionObject,
getCompletionStatus,
getConnectionID,
getIndex,
getNetworkStatus,
getPipe,
getUndoable,
setAutoComplete,
setCompletionObject,
setCompletionStatus,
setConnectionID,
setIndex,
setNetworkStatus,
setPipe,
setThreadCount,
setUndoable |
BGetUserCE
public BGetUserCE(Object source,
int ID,
BCommandComplete complete)
- Please complete the missing tags for BNetLoginCE
- Parameters:
- - Throws:
- -
getUser
public BUser getUser()
- Please complete the missing tags for getUser
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
setUser
public void setUser(BUser fUser)
- Please complete the missing tags for setUser
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
getID
public int getID()
- Please complete the missing tags for getID
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-