Package de.elo.ix.client
Class EventFilter
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.EventFilter
- All Implemented Interfaces:
Serializable
This class describes an event filter.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
Event bus IDprotected long
First event param.protected String
Second event param.protected long
Event type.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
busId
protected long busIdEvent bus ID -
type
protected long typeEvent type. This must be one of the predefined event types or an application defined type with a larger value than EventBusC.EVENT_TYPE_MAX_SYSTEM.- See Also:
-
param1
protected long param1First event param. Optional. Depends on event type.- See Also:
-
param2
Second event param. Optional. Depends on event type.- See Also:
-
-
Constructor Details
-
EventFilter
public EventFilter()
-
-
Method Details