com.valhalla.jbother
Class PriorityDialog.PriorityListener

java.lang.Object
  extended bycom.valhalla.jbother.PriorityDialog.PriorityListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
PriorityDialog

class PriorityDialog.PriorityListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens for the OK button to be pressed and sends the presence packet.

Version:
1.0
Author:
Adam Olsen

Constructor Summary
PriorityDialog.PriorityListener(PriorityDialog dialog)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PriorityDialog.PriorityListener

public PriorityDialog.PriorityListener(PriorityDialog dialog)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener