Crossfire JXClient, Trunk
R20561
|
Tracks a GuiStateManager and updates a JXCConnection's character name. More...
Public Member Functions | |
PlayerNameTracker (@NotNull final GuiStateManager guiStateManager, @NotNull final JXCConnection connection, @NotNull final ItemSet itemSet) | |
Creates a new instance. More... | |
Private Attributes | |
final JXCConnection | connection |
The JXCConnection to track. More... | |
final GuiStateListener | guiStateListener |
The GuiStateListener for detecting established or dropped connections. More... | |
final ItemSet | itemSet |
The ItemSet to track. More... | |
final ItemSetListener | itemSetListener |
The listener to detect a changed player name. More... | |
Tracks a GuiStateManager and updates a JXCConnection's character name.
Definition at line 39 of file PlayerNameTracker.java.
com.realtime.crossfire.jxclient.main.PlayerNameTracker.PlayerNameTracker | ( | @NotNull final GuiStateManager | guiStateManager, |
@NotNull final JXCConnection | connection, | ||
@NotNull final ItemSet | itemSet | ||
) |
Creates a new instance.
guiStateManager | the gui state manager to track |
connection | the connection to track |
itemSet | the item set to track |
Definition at line 142 of file PlayerNameTracker.java.
References com.realtime.crossfire.jxclient.main.PlayerNameTracker.connection, com.realtime.crossfire.jxclient.main.PlayerNameTracker.guiStateListener, and com.realtime.crossfire.jxclient.main.PlayerNameTracker.itemSet.
|
private |
The JXCConnection to track.
Definition at line 45 of file PlayerNameTracker.java.
Referenced by com.realtime.crossfire.jxclient.main.PlayerNameTracker.PlayerNameTracker().
|
private |
The GuiStateListener for detecting established or dropped connections.
Definition at line 97 of file PlayerNameTracker.java.
Referenced by com.realtime.crossfire.jxclient.main.PlayerNameTracker.PlayerNameTracker().
|
private |
The ItemSet to track.
Definition at line 51 of file PlayerNameTracker.java.
Referenced by com.realtime.crossfire.jxclient.main.PlayerNameTracker.PlayerNameTracker().
|
private |
The listener to detect a changed player name.
Definition at line 57 of file PlayerNameTracker.java.