public class EventInfo extends CloneableDataObject
Title: Structured Data Objects
Description: Defines an object that contains an event instance and additional information that can be used to raise the event.
Copyright: Copyright (c) 2014
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
EventInfo() |
Modifier and Type | Method and Description |
---|---|
EventInfo |
clone()
Clones the object.
|
java.lang.Object |
getDataRef() |
java.lang.String |
getDescription() |
EventDatagram |
getEvent() |
EventScope |
getEventScope() |
java.lang.String |
getName() |
void |
setDataRef(java.lang.Object dataRef) |
void |
setDescription(java.lang.String description) |
void |
setEvent(EventDatagram event) |
void |
setEventScope(EventScope eventScope) |
void |
setName(java.lang.String name) |
getSerialVersionUID
public EventDatagram getEvent()
public void setEvent(EventDatagram event)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public EventScope getEventScope()
public void setEventScope(EventScope eventScope)
public java.lang.Object getDataRef()
public void setDataRef(java.lang.Object dataRef)
public EventInfo clone()
CloneableDataObject
clone
in interface CloneableObject
clone
in class CloneableDataObject
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.