utilities
Class JarMakerEvent
java.lang.Object
java.util.EventObject
utilities.JarMakerEvent
- All Implemented Interfaces:
- Serializable
public class JarMakerEvent
- extends EventObject
The JarMakerEvent class represents a JarMaker event.
- See Also:
- Serialized Form
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
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
toString
public String toString()
- Returns the name of the jar entry being processed.
- Overrides:
toString
in class EventObject
- Returns:
- The name of the jar entry being processed.
For example,
com/ibm/as400/access/AS400.class