SipEventpublic class SipEvent extends Object
Fields Summary |
---|
private Object | sourceThe saved object causing the event. |
Constructors Summary |
---|
public SipEvent(Object source)Constructor.
this.source = source;
|
Methods Summary |
---|
public java.lang.Object | getSource()Gets the cause of the event.
return this.source;
|
|