Uses of Class
net.sf.jso.StatusEvent

Packages that use StatusEvent
net.sf.jso   
net.sf.jso.engine   
net.sf.jso.remote   
 

Uses of StatusEvent in net.sf.jso
 

Methods in net.sf.jso with parameters of type StatusEvent
 void StatusListener.statusChanged(StatusEvent event)
          Called when a status change occur.
 

Uses of StatusEvent in net.sf.jso.engine
 

Methods in net.sf.jso.engine with parameters of type StatusEvent
 void JSOStorageManager.statusChanged(StatusEvent event)
          Called when a status change occur.
 

Uses of StatusEvent in net.sf.jso.remote
 

Methods in net.sf.jso.remote with parameters of type StatusEvent
 void StorageManagerProxy.statusChanged(StatusEvent event)
           
 void RemoteStorageManager.statusChanged(StatusEvent event)