IP*Works!

ipworks
Interface IpdaemonEventListener

All Superinterfaces:
java.util.EventListener

public interface IpdaemonEventListener
extends java.util.EventListener

Event listener for the Ipdaemon Class.


Method Summary
 void connected(IpdaemonConnectedEvent e)
           
 void connectionRequest(IpdaemonConnectionRequestEvent e)
           
 void dataIn(IpdaemonDataInEvent e)
           
 void disconnected(IpdaemonDisconnectedEvent e)
           
 void error(IpdaemonErrorEvent e)
           
 void readyToSend(IpdaemonReadyToSendEvent e)
           
 

Method Detail

connected

public void connected(IpdaemonConnectedEvent e)

connectionRequest

public void connectionRequest(IpdaemonConnectionRequestEvent e)

dataIn

public void dataIn(IpdaemonDataInEvent e)

disconnected

public void disconnected(IpdaemonDisconnectedEvent e)

error

public void error(IpdaemonErrorEvent e)

readyToSend

public void readyToSend(IpdaemonReadyToSendEvent e)

IP*Works!

Copyright (c) 2001 /n software inc. - All rights reserved.