public class Event extends Object
| Constructor and Description |
|---|
Event()
Create a new event.
|
Event(String type,
Object value,
IComponentIdentifier source)
Create a new event.
|
| Modifier and Type | Method and Description |
|---|---|
IComponentIdentifier |
getSource()
Get the source.
|
String |
getType()
Get the type.
|
Object |
getValue()
Get the value.
|
void |
setSource(IComponentIdentifier source)
Set the source.
|
void |
setType(String type)
Set the type.
|
void |
setValue(Object value)
Set the value.
|
String |
toString()
Get the string representation.
|
public Event()
public Event(String type, Object value, IComponentIdentifier source)
public String getType()
public void setType(String type)
type - The type to set.public Object getValue()
public void setValue(Object value)
value - The value to set.public IComponentIdentifier getSource()
public void setSource(IComponentIdentifier source)
source - The source to set.Copyright © 2013. All Rights Reserved.