Package jmri.implementation

Provides implementations of various JMRI interfaces.

As a long term project, we're moving various Abstract* and Default* implementations out of the jmri package itself, and moved into here. In the meantime, you'll find many of them still in jmri.

Implementations of managers can be found in the jmri.managers package.

Implementations that use Swing should be put in the jmri.implementation.swing package.

Since:
2.1.5
See Also:
jmri.managers