Details
-
Type: Improvement
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6.1
-
Component/s: o.c.jsword.book
-
Labels:None
-
Environment:
Android
Description
AbstractBook has a dependency on the Swing EventListener but there is a generic EventListener (org.crosswire.common.util.EventListenerList) which removes the dependency on Swing.
Many environments e.g. Android do not have Swing.