Package | Description |
---|---|
com.teamdev.jxbrowser.chromium.events |
Contains interfaces and classes for dealing with different
types of events fired by
Browser component. |
Modifier and Type | Method and Description |
---|---|
ConsoleEvent.Level |
ConsoleEvent.getLevel() |
static ConsoleEvent.Level |
ConsoleEvent.Level.valueOf(int value) |
static ConsoleEvent.Level |
ConsoleEvent.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleEvent.Level[] |
ConsoleEvent.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConsoleEvent(Browser browser,
ConsoleEvent.Level level,
int lineNumber,
java.lang.String message,
java.lang.String source)
* Constructs a new
ConsoleEvent instance. |