public static interface StatusIcon.SizeChanged
Modifier and Type | Method and Description |
---|---|
boolean |
onSizeChanged(StatusIcon source,
int size)
Signal emitted when the size available for the image changes.
|
boolean onSizeChanged(StatusIcon source, int size)
source
- the object which received the signal.size
- the new size, in pixels.