|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sptci.echo2.Listener<C>
public abstract class Listener<C extends Controller>
An abstract base class for action listeners that use Controller to interact with the view components.
Copyright 2006 Sans Pareil Technologies, Inc.
| Field Summary | |
|---|---|
protected C |
controller
The Controller instance that is used to gain access
to the various view components. |
protected static Logger |
logger
The logger to use to log errors/messages to. |
| Constructor Summary | |
|---|---|
protected |
Listener(C controller)
Create a new instance of the listener with the specified controller. |
| Method Summary | |
|---|---|
C |
getController()
Returns controller. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nextapp.echo2.app.event.ActionListener |
|---|
actionPerformed |
| Field Detail |
|---|
protected final C extends Controller controller
Controller instance that is used to gain access
to the various view components.
protected static final Logger logger
| Constructor Detail |
|---|
protected Listener(C controller)
controller - The controller to use.| Method Detail |
|---|
public C getController()
controller.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||