|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.internal.impl.EventImpl
public class EventImpl
Implementation of JSR-286 Event
.
Constructor Summary | |
---|---|
EventImpl(javax.xml.namespace.QName qname)
|
|
EventImpl(javax.xml.namespace.QName qname,
java.io.Serializable value)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Get the local part of the event name. |
javax.xml.namespace.QName |
getQName()
Get the event QName. |
java.io.Serializable |
getValue()
Get the event payload. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventImpl(javax.xml.namespace.QName qname)
public EventImpl(javax.xml.namespace.QName qname, java.io.Serializable value)
Method Detail |
---|
public javax.xml.namespace.QName getQName()
Event
getQName
in interface Event
null
.public java.io.Serializable getValue()
Event
getValue
in interface Event
null
if this event has no payload.public java.lang.String getName()
Event
getName
in interface Event
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |