コード例 #1
0
 /**
  * Adds the scale listener.
  *
  * @param sl the sl
  */
 public void addScaleListener(final ScaleListener sl) {
   OptionEventDispatcher.add(sl);
 }
コード例 #2
0
 /**
  * Adds the background listener.
  *
  * @param bl the bl
  */
 public void addBackgroundListener(final BackgroundListener bl) {
   if (bl == null) return;
   OptionEventDispatcher.add(bl);
 }