public interface DavGatewayTrayInterface
Modifier and Type | Method and Description |
---|---|
void |
displayMessage(String message,
org.apache.log4j.Level level)
Display balloon message for log level.
|
void |
dispose()
destroy frames
|
List<Image> |
getFrameIcons()
Return AWT Image icon for frame title.
|
void |
inactiveIcon()
Set tray icon to inactive (network down)
|
void |
init()
Create tray icon and register frame listeners.
|
boolean |
isActive()
Check if current tray status is inactive (network down).
|
void |
resetIcon()
Reset tray icon to standby
|
void |
switchIcon()
Switch tray icon between active and standby icon.
|
void switchIcon()
void resetIcon()
void inactiveIcon()
boolean isActive()
List<Image> getFrameIcons()
void displayMessage(String message, org.apache.log4j.Level level)
message
- text messagelevel
- log levelvoid init()
void dispose()
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.