Class DragonList

Class DragonList

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.List
                   |
                   +----DragonList

public class DragonList
extends List
A list of dragons

Method Index

 o handleEvent(Event)
Callback function that reacts on selection of an item (dragon).

Methods

 o handleEvent
  public boolean handleEvent(Event event)
Callback function that reacts on selection of an item (dragon).
Overrides:
handleEvent in class Component