|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocationListener
Interface to be implemented by classes that wish to be notified of location changes on a particular
FolderPanel. Those classes need to be registered to receive those events, this can be done by calling
LocationManager.addLocationListener(LocationListener).
FolderPanel| Method Summary | |
|---|---|
void |
locationCancelled(LocationEvent locationEvent)
This method is invoked when the current folder has been cancelled by the user. |
void |
locationChanged(LocationEvent locationEvent)
This method is invoked when the current folder has changed. |
void |
locationChanging(LocationEvent locationEvent)
This method is invoked when the current folder is being changed. |
void |
locationFailed(LocationEvent locationEvent)
This method is invoked when the current folder could not be changed, as a result of the folder not existing or failing to list its contents. |
| Method Detail |
|---|
void locationChanging(LocationEvent locationEvent)
A call to either locationChanged(LocationEvent), locationCancelled(LocationEvent) or
locationFailed(LocationEvent) will always follow to indicate the outcome of the folder change.
locationEvent - describes the location change eventvoid locationChanged(LocationEvent locationEvent)
locationEvent - describes the location change eventvoid locationCancelled(LocationEvent locationEvent)
locationEvent - describes the location change eventvoid locationFailed(LocationEvent locationEvent)
locationEvent - describes the location change event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard