ipworks
Interface IpportEventListener
- All Superinterfaces:
- java.util.EventListener
- public interface IpportEventListener
- extends java.util.EventListener
Event listener for the Ipport Class.
connected
public void connected(IpportConnectedEvent e)
dataIn
public void dataIn(IpportDataInEvent e)
disconnected
public void disconnected(IpportDisconnectedEvent e)
error
public void error(IpportErrorEvent e)
readyToSend
public void readyToSend(IpportReadyToSendEvent e)
Copyright (c) 2001 /n software inc. - All rights reserved.