public class MonitorEvent<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MonitorEvent.Type
The type of the event.
|
Constructor and Description |
---|
MonitorEvent(MonitorEvent.Type type,
T target) |
Modifier and Type | Method and Description |
---|---|
T |
getTarget() |
MonitorEvent.Type |
getType() |
void |
setTarget(T target) |
void |
setType(MonitorEvent.Type type) |
String |
toString() |
public MonitorEvent(MonitorEvent.Type type, T target)
public MonitorEvent.Type getType()
public void setType(MonitorEvent.Type type)
public T getTarget()
public void setTarget(T target)
Copyright © 2009-2013 jclouds. All Rights Reserved.