public class SystemMonitor extends Object
| Constructor and Description |
|---|
SystemMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
lowBattery(BatteryEvent e) |
void |
lowDiskSpace(DiskSpaceEvent e) |
public void lowBattery(@Observes
BatteryEvent e)
public void lowDiskSpace(@Observes
DiskSpaceEvent e)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.