|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jeantessier.dependencyfinder.VerboseListenerBase | +--com.jeantessier.dependencyfinder.gui.VerboseListener
Constructor Summary | |
VerboseListener(StatusLine status_line,
javax.swing.JProgressBar progress_bar)
|
Method Summary | |
void |
BeginFile(LoadEvent event)
The loader is starting on a new file. |
void |
BeginGroup(LoadEvent event)
The loader is starting on a new group of files. |
void |
BeginSession(LoadEvent event)
|
void |
EndFile(LoadEvent event)
The loader is finished with a file. |
void |
EndSession(LoadEvent event)
|
protected javax.swing.JProgressBar |
ProgressBar()
|
protected StatusLine |
StatusLine()
|
Methods inherited from class com.jeantessier.dependencyfinder.VerboseListenerBase |
BeginClassfile, ClassCount, CurrentGroup, EndClassfile, EndGroup, RatioIndicator, VisitedFiles |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VerboseListener(StatusLine status_line, javax.swing.JProgressBar progress_bar)
Method Detail |
protected StatusLine StatusLine()
protected javax.swing.JProgressBar ProgressBar()
public void BeginSession(LoadEvent event)
BeginSession
in class VerboseListenerBase
public void BeginGroup(LoadEvent event)
LoadListener
The loader is starting on a new group of files.
For example, this can be a new JAR file or a
collection of loose .class
files.
The event's filename attribute points to the source or the group of files, such as the JAR file's name or the root directory of the loose files.
The element and classfile attributes are null.
BeginGroup
in class VerboseListenerBase
public void BeginFile(LoadEvent event)
LoadListener
The loader is starting on a new file.
The event's element attribute contains the name of the file being processed.
The event's filename attribute points to the group of files that contains the current file. For example, the JAR file's name or the root directory of loose files.
The classfile attribute is null.
BeginFile
in class VerboseListenerBase
public void EndFile(LoadEvent event)
LoadListener
The loader is finished with a file.
The event's element attribute contains the name of the file being processed.
The event's filename attribute points to the group of files that contains the current file. For example, the JAR file's name or the root directory of loose files.
The event's classfile attribute may contains a newly loaded Classfile instance from the file.
EndFile
in class VerboseListenerBase
public void EndSession(LoadEvent event)
EndSession
in class VerboseListenerBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |