Class MarkedItemWatcher
java.lang.Object
com.realtime.crossfire.jxclient.stats.MarkedItemWatcher
Helper class to track the currently marked item.
-
Constructor Summary
ConstructorsConstructorDescriptionMarkedItemWatcher(@NotNull ItemSet itemSet, @NotNull CrossfireServerConnection crossfireServerConnection) Creates a new instance. -
Method Summary
-
Constructor Details
-
MarkedItemWatcher
public MarkedItemWatcher(@NotNull @NotNull ItemSet itemSet, @NotNull @NotNull CrossfireServerConnection crossfireServerConnection) Creates a new instance.- Parameters:
itemSet- the item set to monitorcrossfireServerConnection- the connection to watch
-