org.tanukisoftware.wrapper.event
public abstract class WrapperLoggingEvent extends WrapperEvent
Modifier | Constructor and Description |
---|---|
protected |
WrapperLoggingEvent()
Creates a new WrapperLoggingEvent.
|
Modifier and Type | Method and Description |
---|---|
long |
getFlags()
Returns a set of event flags for which the event should be fired.
|
protected WrapperLoggingEvent()
public long getFlags()
If subclassed, the return value of the super class should usually be ORed with any additional flags.
getFlags
in class WrapperEvent