|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.gui
Interface FileDrop.Listener

- All Known Implementing Classes:
- ParseTreeInfoPanel.FileDropListener
- Enclosing interface:
- FileDrop
- public static interface FileDrop.Listener
Implement this inner interface to listen for when files are dropped. For example
your class declaration may begin like this:
public class MyClass implements FileDrop.Listener
...
public void filesDropped( File[] files )
{
...
} // end filesDropped
...
- Since:
- 1.0
| Method Summary | |
void |
filesDropped(java.io.File[] files)
This method is called when files have been successfully dropped. |
| Method Detail |
filesDropped
public void filesDropped(java.io.File[] files)
- This method is called when files have been successfully dropped.
- Since:
- 1.0
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC