Uses of Class
org.indy.Status

Packages that use Status
org.indy   
org.indy.io   
 

Uses of Status in org.indy
 

Fields in org.indy declared as Status
static Status Status.RESOLVING
          Description of the Field
static Status Status.CONNECTING
          Description of the Field
static Status Status.CONNECTED
          Description of the Field
static Status Status.DISCONNECTING
          Description of the Field
static Status Status.DISCONNECTED
          Description of the Field
 

Methods in org.indy that return Status
 Status IndyStatusEvent.getStatus()
          Returns the new Status of source.
 

Methods in org.indy with parameters of type Status
protected  void IndyComponent.doStatus(Status status)
          Fires a status event with the given Status.
protected  void IndyComponent.doStatus(Status status, java.lang.Object[] args)
          Fires a state change event for a given Status, taking an array of arguments for message formatting.
 void IndyComponentListener.onStatus(IndyComponent sender, Status status, java.lang.String statusText)
          Signals a state change in the IndyComponent passed in the sender parameter.
 

Constructors in org.indy with parameters of type Status
IndyStatusEvent(IndyComponent source, Status s, java.lang.Object[] args)
          Constructs a new IndyStatusEvent.
IndyStatusEvent(IndyComponent source, Status s)
          Constructs a new IndyStatusEvent.
 

Uses of Status in org.indy.io
 

Methods in org.indy.io with parameters of type Status
protected  void AbstractIOHandler.doStatus(Status s, java.lang.Object[] args)
          Fires an OnStatus event to all registered listeners
 void IOHandlerListener.onStatus(IOHandler sender, Status status, java.lang.Object[] args)
          Fired when sender's status has changed.
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.