public class NetworkConfigEvent extends AbstractEvent<NetworkConfigEvent.Type,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkConfigEvent.Type
Type of network configuration events.
|
| Constructor and Description |
|---|
NetworkConfigEvent(NetworkConfigEvent.Type type,
Object subject,
Class configClass)
Creates an event of a given type and for the specified subject and the
current time.
|
NetworkConfigEvent(NetworkConfigEvent.Type type,
Object subject,
Class configClass,
long time)
Creates an event of a given type and for the specified subject and time.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
configClass()
Returns the class of configuration that has been changed.
|
subject, time, toString, typepublic NetworkConfigEvent(NetworkConfigEvent.Type type, Object subject, Class configClass)
type - event typesubject - event subjectconfigClass - configuration classpublic NetworkConfigEvent(NetworkConfigEvent.Type type, Object subject, Class configClass, long time)
type - device event typesubject - event subjectconfigClass - configuration classtime - occurrence timepublic Class configClass()
Copyright © 2015. All rights reserved.