public class ServiceEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ServiceEvent(java.lang.Object source)
Instantiates service event.
|
| Modifier and Type | Method and Description |
|---|---|
EnumPDUType |
getEnumPDUType()
Gets the pdu type.
|
PDU |
getPDU()
Gets the object of PDU.
|
void |
setEnumPDUType(EnumPDUType enumPDUType)
Sets the pdu type.
|
void |
setPDU(PDU objPDU)
Sets the PDU.
|
public ServiceEvent(java.lang.Object source)
source - The object on which the Event initially occurred.public EnumPDUType getEnumPDUType()
public void setEnumPDUType(EnumPDUType enumPDUType)
enumPDUType - the enum value representing pdu type.public PDU getPDU()
public void setPDU(PDU objPDU)
objPDU - Object of PDU.