Class PickButton

Class PickButton

AgentButton
   |
   +----PickButton

class PickButton
extends AgentButton
A class for providing a button that calls up our Pick-an-agent dialog box.

Method Index

 o action(Event, Object)
The method called when the button is clicked.

Methods

 o action
  public boolean action(Event e,
                        Object o)
The method called when the button is clicked.
Overrides:
action in class AgentButton