public class SDMEngineStyleSheetEvent extends SDMEngineEvent
SDMEngineStyleSheetEvent
is sent
by an IlvSDMEngine
to
SDMEngineStyleSheetListener
objects
to notify them that a new (set of) style sheet(s)
is being loaded.source
Constructor and Description |
---|
SDMEngineStyleSheetEvent(Object source,
String[] styleSheets)
Creates a new
SDMEngineStyleSheetEvent . |
Modifier and Type | Method and Description |
---|---|
String[] |
getStyleSheets()
Returns an array containing the URLs or file names
of the style sheets that are being loaded.
|
void |
setStyleSheets(String[] styleSheets)
Sets the array containing the URLs or file names
of the style sheets that are being loaded.
|
getEngine
getSource, toString
public SDMEngineStyleSheetEvent(Object source, String[] styleSheets)
SDMEngineStyleSheetEvent
.source
- The event source, which must be an
IlvSDMEngine
.styleSheets
- An array containing the URLs or
file names of the style sheets.public String[] getStyleSheets()
public void setStyleSheets(String[] styleSheets)
This method is used internally and should never be called directly by applications.
styleSheets
- The style sheet URLs or file names.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.