public abstract class AttributeEventHandler extends java.lang.Object implements EventHandler
DEFAULT_TIMEOUT| Constructor and Description |
|---|
AttributeEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readAttribute(ReadAttributeEvent event)
Called to read the attribute.
|
void |
writeAttribute(WriteAttributeEvent event)
Called to write the attribute.
|
public java.lang.String readAttribute(ReadAttributeEvent event) throws ApptrieveException
Any exception thrown from this event will cause the attribute read to fail.
event - the event instanceApptrieveExceptionpublic void writeAttribute(WriteAttributeEvent event) throws ApptrieveException
Any exception thrown from this event will cause the attribute write to fail.
event - the event instanceApptrieveException