public abstract class AbstractEventDecorator<T extends AbstractEvent> extends Object implements EventDecorator<T>
EventDecorator beans. It's providing a priority property.| Constructor and Description |
|---|
AbstractEventDecorator() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
void |
setPriority(int priority) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecoratepublic int getPriority()
getPriority in interface EventDecorator<T extends AbstractEvent>public void setPriority(int priority)
Copyright © 2017 SAP SE. All Rights Reserved.