public interface ComponentCallback
Modifier and Type | Method and Description |
---|---|
boolean |
isEventAborted()
Returns true if the underlying event has been aborted and no further event method invocations should occur.
|
void |
run(Component component)
Callback method, passed a component to operate upon.
|
boolean isEventAborted()
Event.isAborted()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.