com.bbn.openmap.event
Interface PaintListener

All Known Subinterfaces:
MapMouseMode
All Known Implementing Classes:
AbstractMouseMode, CoordMouseMode, DefaultOverviewMouseMode, DistanceMouseMode, DistQuickTool.MouseMode, EditorLayerMouseMode, MapTileMakerComponent, NavMouseMode, NavMouseMode2, NullMouseMode, OMDrawingTool, OMDrawingToolMouseMode, OMMouseMode, PanMouseMode, RangeRingsMouseMode, SelectMouseMode, TimeSliderPanel.TimeSliderMouseMode, ZoomMouseMode

public interface PaintListener

A PaintListener is an object that wants to know when another object is painted with a java.awt.Graphics object.


Method Summary
 void listenerPaint(java.lang.Object source, java.awt.Graphics graphics)
          Method called when the source object is painted.
 

Method Detail

listenerPaint

void listenerPaint(java.lang.Object source,
                   java.awt.Graphics graphics)
Method called when the source object is painted.

Parameters:
source - the source object, may be null, you need to check.
graphics - the graphics to paint into.


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details