public class SignedOutEventArgs extends EventArgs
Constructor and Description |
---|
SignedOutEventArgs(SignedInGamer gamer)
Creates a new instance of SignedInEventArgs.
|
Modifier and Type | Method and Description |
---|---|
SignedInGamer |
getSignedInGamer()
Gets the gamer that just signed out.
|
public SignedOutEventArgs(SignedInGamer gamer)
gamer
- The gamer that just signed out.public SignedInGamer getSignedInGamer()