|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.tangosol.util.AnyEvent
public class AnyEvent
An AnyEvent is an event used when no specific event implementation fits and it is not worth making one.
Field Summary | |
---|---|
protected Object |
value
The value associated with this event. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AnyEvent(Object source,
Object value)
Construct a new AnyEvent . |
Method Summary | |
---|---|
int |
getInt()
Gets the associated value as a java int. |
String |
getString()
Gets the associated value as a java.lang.String. |
Object |
getValue()
Gets the associated value. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Field Detail |
---|
protected Object value
Constructor Detail |
---|
public AnyEvent(Object source, Object value)
AnyEvent
.
source
- the event sourcevalue
- some value to provide to event listenersMethod Detail |
---|
public Object getValue()
public String getString()
ClassCastException
- if the event's value is not a Stringpublic int getInt()
ClassCastException
- if the event's value is not a Number
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |