|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.jnrpe.events.EventParam
public class EventParam
This class represent an event parameter. An event parameter can be of any type, but must have a unique name.
Constructor Summary | |
---|---|
EventParam(String name,
Object value)
Builds and initializes an event parameter. |
Method Summary | |
---|---|
String |
getName()
Returns the parameter name. |
Object |
getValue()
Returns the parameter value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventParam(String name, Object value)
name
- The parameter namevalue
- The parameter valueMethod Detail |
---|
public final String getName()
public final Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |