R
- public class AbstractAction<R> extends java.lang.Object implements ActionListener<R>
Constructor and Description |
---|
AbstractAction(java.lang.Class<? super R> clazz) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<R> |
getTarget()
Get the type of the returned object as far as it is known.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
action, allow, getWarning
public AbstractAction(java.lang.Class<? super R> clazz)
public java.lang.String toString()
toString
in class java.lang.Object