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