Class MumbleLink

java.lang.Object
com.gw2tb.gw2ml.MumbleLink
All Implemented Interfaces:
AutoCloseable

public final class MumbleLink extends Object implements AutoCloseable
A MumbleLink object serves as a view for the data provided by a Guild Wars 2 game client in MumbleLink format. The data may either be provided by the game client via the MumbleLink mechanism or by a custom source. An instance for the former can be obtained by calling open() - the primary entry point of GW2ML.
Since:
0.1.0
See Also: