|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGenericEvent | |
---|---|
com.ibm.sensorevent.model | Provides the IBM specific sensor event model classes. |
com.ibm.sensorevent.model.generic | Provides the generic sensor event model classes. |
com.ibm.sensorevent.model.generic.converter | Provides the generic converter classes. |
Uses of IGenericEvent in com.ibm.sensorevent.model |
---|
Subinterfaces of IGenericEvent in com.ibm.sensorevent.model | |
---|---|
interface |
ISensorEvent
ISensorEvent is the interface representing the class IBMSensorEvent . |
Classes in com.ibm.sensorevent.model that implement IGenericEvent | |
---|---|
class |
IBMSensorEvent
IBMSensorEvent represents the event type processed by Data Capture and Premises Server within the IBM sensor event model. |
Uses of IGenericEvent in com.ibm.sensorevent.model.generic |
---|
Classes in com.ibm.sensorevent.model.generic that implement IGenericEvent | |
---|---|
class |
GenericEvent
|
Methods in com.ibm.sensorevent.model.generic that return IGenericEvent | |
---|---|
static IGenericEvent |
GenericEvent.getInstance(java.lang.String name)
Factory method to create an IGenericEvent instance |
Uses of IGenericEvent in com.ibm.sensorevent.model.generic.converter |
---|
Methods in com.ibm.sensorevent.model.generic.converter with parameters of type IGenericEvent | |
---|---|
java.lang.String |
IGenericConverter.toString(IGenericEvent event)
Converts an IGenericEvent to a String |
java.lang.String |
GenericConverter.toString(IGenericEvent event)
Converts an IGenericEvent to a String |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |