|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectScpEvent
com.jscape.inet.scp.events.ScpConnectedEvent
public final class ScpConnectedEvent
Scp connected event.
Constructor Summary | |
---|---|
ScpConnectedEvent(Scp source,
java.lang.String host,
int port)
Creates a new event instance. |
Method Summary | |
---|---|
void |
accept(ScpEventListener listener)
|
java.lang.String |
getHost()
Returns connected host. |
int |
getPort()
Returns connected port. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScpConnectedEvent(Scp source, java.lang.String host, int port)
source
- sourcehost
- hostport
- portMethod Detail |
---|
public java.lang.String getHost()
public int getPort()
public void accept(ScpEventListener listener)
ScpEvent#accept(ScpEventListener)
|
Secure FTP Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |