All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utilities.JarMakerEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----utilities.JarMakerEvent

public class JarMakerEvent
extends EventObject
The JarMakerEvent class represents a JarMaker event.


Constructor Index

 o JarMakerEvent(Object, String)
Constructs a JarMakerEvent object.

Method Index

 o getJarEntryName()
Returns the name of the jar entry being processed.
 o toString()
Returns the name of the jar entry being processed.

Constructors

 o JarMakerEvent
 public JarMakerEvent(Object source,
                      String jarEntryName)
Constructs a JarMakerEvent object.

Parameters:
source - The object where the event originated.
jarEntryName - The name of the jar entry being processed. For example, com/ibm/as400/access/AS400.class

Methods

 o getJarEntryName
 public String getJarEntryName()
Returns the name of the jar entry being processed.

Returns:
The name of the jar entry being processed. For example, com/ibm/as400/access/AS400.class
 o toString
 public String toString()
Returns the name of the jar entry being processed.

Returns:
The name of the jar entry being processed. For example, com/ibm/as400/access/AS400.class
Overrides:
toString in class EventObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index