public abstract class AbstractCallback extends Object implements Callback
| Constructor and Description |
|---|
AbstractCallback(CallbackType callbackType) |
| Modifier and Type | Method and Description |
|---|---|
CallbackType |
getCallbackType() |
boolean |
isActive()
Is this callback active (will it do anything)?
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitperformCallbackpublic AbstractCallback(CallbackType callbackType)
public boolean isActive()
Callbackpublic CallbackType getCallbackType()
getCallbackType in interface CallbackCopyright © 2018 JBoss by Red Hat. All rights reserved.