Uses of Class
com.luciad.util.TLcdChangeEvent
Packages that use TLcdChangeEvent
Package
Description
GUI aspects independent of any chosen windows API.
Provides the addon that offers printing support to Lucy.
Provides utility classes for Lucy.
Basic utilities.
This package provides Swing components which are related to a view or allow interaction with a view.
-
Uses of TLcdChangeEvent in com.luciad.gui
Methods in com.luciad.gui with parameters of type TLcdChangeEventModifier and TypeMethodDescriptionprotected voidTLcdComponentPrintable.fireChangeEvent(TLcdChangeEvent aEvent) Fire an existing TLcdChangeEvent to any registered listeners. -
Uses of TLcdChangeEvent in com.luciad.lucy.addons.print
Methods in com.luciad.lucy.addons.print with parameters of type TLcdChangeEventModifier and TypeMethodDescriptionprotected final voidALcyPrintContext.firePrintableComponentChangeEvent(TLcdChangeEvent aEvent) Fires a change event to notify that the printable component has changed. -
Uses of TLcdChangeEvent in com.luciad.lucy.util
Methods in com.luciad.lucy.util with parameters of type TLcdChangeEventModifier and TypeMethodDescriptionprotected voidTLcyModelObjectFilter.fireChangeEvent(TLcdChangeEvent aEvent) Fires the given TLcdChangeEvent to all listeners. -
Uses of TLcdChangeEvent in com.luciad.util
Methods in com.luciad.util with parameters of type TLcdChangeEventModifier and TypeMethodDescriptionvoidTLcdChangeSupport.fireChangeEvent(TLcdChangeEvent aEvent) Notifies all listeners thataEventhas happened.final voidALcdWeakChangeListener.stateChanged(TLcdChangeEvent aChangeEvent) Invoked when the target of the listener has changed its state.voidILcdChangeListener.stateChanged(TLcdChangeEvent aChangeEvent) Invoked when the target of the listener has changed its state.protected abstract voidALcdWeakChangeListener.stateChangedImpl(T aToModify, TLcdChangeEvent aChangeEvent) This method is called each time aTLcdChangeEventis received by this listener, and the short-living object to modify passed in the constructor of this listener is not yet GC-ed. -
Uses of TLcdChangeEvent in com.luciad.view.swing
Methods in com.luciad.view.swing with parameters of type TLcdChangeEventModifier and TypeMethodDescriptionvoidALcdBalloonDescriptor.fireChangeEvent(TLcdChangeEvent aChangeEvent) Fire a change event.protected final voidALcdViewComponentPrintable.fireChangeEvent(TLcdChangeEvent aEvent) Fires the given change event to any registered change listeners.