Uses of Class
org.xnap.event.StateEvent

Packages that use StateEvent
org.xnap.event Provides interfaces and classes for common events. 
org.xnap.gui.table Provides table model and table cell renderer classes including the tree table classes. 
org.xnap.plugin.joscar   
org.xnap.plugin.opennap.gui   
org.xnap.plugin.opennap.net Provides the OpenNap network communication classes for search, transfer and chat. 
org.xnap.plugin.overnet   
org.xnap.plugin.overnet.gui   
org.xnap.plugin.overnet.gui.action   
org.xnap.plugin.pircbot An IRC plugin based on the PircBot library. 
 

Uses of StateEvent in org.xnap.event
 

Methods in org.xnap.event with parameters of type StateEvent
 void StateListener.stateChanged(StateEvent event)
          Invoked when the object has changed.
 

Uses of StateEvent in org.xnap.gui.table
 

Methods in org.xnap.gui.table with parameters of type StateEvent
 void FilteredTransferContainerTreeTableNode.stateChanged(StateEvent event)
           
 void FilteredTransferTableModel.stateChanged(StateEvent event)
           
 void HotlistTableModel.stateChanged(StateEvent e)
           
 void TransferContainerTreeTableNode.stateChanged(StateEvent event)
           
 void TransferTreeTableNode.stateChanged(StateEvent event)
           
 

Uses of StateEvent in org.xnap.plugin.joscar
 

Methods in org.xnap.plugin.joscar with parameters of type StateEvent
 void JOscarPeer.stateChanged(StateEvent e)
           
 void JOscarPlugin.stateChanged(StateEvent event)
           
 void JOscarStatusPanel.stateChanged(StateEvent event)
           
 

Uses of StateEvent in org.xnap.plugin.opennap.gui
 

Methods in org.xnap.plugin.opennap.gui with parameters of type StateEvent
 void OpenNapNetworkNode.stateChanged(StateEvent event)
           
 

Uses of StateEvent in org.xnap.plugin.opennap.net
 

Methods in org.xnap.plugin.opennap.net with parameters of type StateEvent
 void OpenNapDownload.stateChanged(StateEvent e)
          Invoked when the user download slot state changes.
 

Uses of StateEvent in org.xnap.plugin.overnet
 

Methods in org.xnap.plugin.overnet with parameters of type StateEvent
 void OvernetPlugin.stateChanged(StateEvent event)
          Implements the StateListener interface.
 

Uses of StateEvent in org.xnap.plugin.overnet.gui
 

Methods in org.xnap.plugin.overnet.gui with parameters of type StateEvent
 void OvernetPanel.stateChanged(StateEvent event)
          Implements the StateListener interface.
 void OvernetStatusPanel.stateChanged(StateEvent event)
           
 

Uses of StateEvent in org.xnap.plugin.overnet.gui.action
 

Methods in org.xnap.plugin.overnet.gui.action with parameters of type StateEvent
 void ConnectAction.stateChanged(StateEvent e)
           
 void DisconnectAction.stateChanged(StateEvent e)
           
 void DownloadLinkAction.stateChanged(StateEvent e)
           
 

Uses of StateEvent in org.xnap.plugin.pircbot
 

Methods in org.xnap.plugin.pircbot with parameters of type StateEvent
 void PircBotNetworkNode.stateChanged(StateEvent event)
           
 void PircBotPanel.stateChanged(StateEvent e)
           
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.