Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.util.MXEvent

  • Packages that use MXEvent 
    Package Description
    com.ibm.tivoli.imi.controller  
    psdi.util  
    • Uses of MXEvent in com.ibm.tivoli.imi.controller

      Methods in com.ibm.tivoli.imi.controller with parameters of type MXEvent 
      Modifier and Type Method and Description
      void IMSessionHandler.serverConnected(MXEvent evt) 
      void IMSessionHandler.serverConnectionError(MXEvent evt) 
      void IMSessionHandler.serverDisconnected(MXEvent evt) 
    • Uses of MXEvent in psdi.util

      Methods in psdi.util with parameters of type MXEvent 
      Modifier and Type Method and Description
      void MXSessionAdapter.serverConnected(MXEvent evt)
      Sent when a Session connects to a server.
      void MXSessionListener.serverConnected(MXEvent evt)
      Sent when a Session connects to a server.
      void MXSessionAdapter.serverConnectionError(MXEvent evt)
      Sent when a Session trys to connect to a server but can't
      void MXSessionListener.serverConnectionError(MXEvent evt)
      Sent when a Session trys to connect to a server but can't
      void MXSessionAdapter.serverDisconnected(MXEvent evt)
      Sent when a Session is disconnected.
      void MXSessionListener.serverDisconnected(MXEvent evt)
      Sent when a Session is disconnected.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes