net.java.sip.communicator.service.sysactivity
Interface SystemActivityChangeListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- AutoAwayWatcher, NetworkConfigurationWatcher
public interface SystemActivityChangeListener
- extends EventListener
The SystemActivityChangeListener is notified any time an event
in the operating system occurs.
- Author:
- Damian Minkov
|
Method Summary |
void |
activityChanged(SystemActivityEvent event)
This method gets called when a notification action for a particular event
type has been changed (for example the corresponding descriptor has
changed). |
activityChanged
void activityChanged(SystemActivityEvent event)
- This method gets called when a notification action for a particular event
type has been changed (for example the corresponding descriptor has
changed).
- Parameters:
event - the NotificationActionTypeEvent, which is
dispatched when an action has been changed.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.