Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cxtable
Class xDie  view xDie download xDie.java

java.lang.Object
  extended bycxtable.xDie
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class xDie
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  java.awt.Button dice
           
private  int max
           
private  int min
           
private  java.lang.String name
           
private  int rl
           
private  xDiceListener xdl
           
 
Constructor Summary
xDie(int mn, int mx, java.lang.String n, xDiceListener x)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          This method is invoked when an action occurs.
 java.awt.Button create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

min

private int min

max

private int max

rl

private int rl

xdl

private xDiceListener xdl

dice

private java.awt.Button dice
Constructor Detail

xDie

public xDie(int mn,
            int mx,
            java.lang.String n,
            xDiceListener x)
Method Detail

create

public java.awt.Button create()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener