cia.agent.uca.gui.event
Interface RemoteFocusListener

All Known Implementing Classes:
RemoteFocusListenerImpl

public abstract interface RemoteFocusListener
extends java.rmi.Remote, java.awt.event.FocusListener


Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 

Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)
                 throws java.rmi.RemoteException
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
               throws java.rmi.RemoteException
Specified by:
focusLost in interface java.awt.event.FocusListener