Uses of Interface
nl.bebr.mapviewer.data.RepaintCallback
-
Packages that use RepaintCallback Package Description nl.bebr.mapviewer.data -
-
Uses of RepaintCallback in nl.bebr.mapviewer.data
Methods in nl.bebr.mapviewer.data with parameters of type RepaintCallback Modifier and Type Method Description voidAbstractMapViewer. addRepaintCallback(RepaintCallback repaintCallback)AddRepaintCallbackto a list of callbacks, fired when repaint of a component and its subcomponents is neededvoidAbstractMapViewer. removeRepaintCallback(RepaintCallback repaintCallback)RemoveRepaintCallbackfrom a list of callbacks
-