Uses of Class
org.snmp4j.agent.mo.MOTableRowEvent.OriginType
-
Packages that use MOTableRowEvent.OriginType Package Description org.snmp4j.agent.mo -
-
Uses of MOTableRowEvent.OriginType in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo that return MOTableRowEvent.OriginType Modifier and Type Method Description MOTableRowEvent.OriginType
MOTableRowEvent. getOriginType()
Gets theMOTableRowEvent.OriginType
of this event.static MOTableRowEvent.OriginType
MOTableRowEvent.OriginType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MOTableRowEvent.OriginType[]
MOTableRowEvent.OriginType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snmp4j.agent.mo with parameters of type MOTableRowEvent.OriginType Modifier and Type Method Description void
MOTableRowEvent. setOriginType(MOTableRowEvent.OriginType originType)
Sets theMOTableRowEvent.OriginType
of this event.Constructors in org.snmp4j.agent.mo with parameters of type MOTableRowEvent.OriginType Constructor Description MOTableRowEvent(Object source, MOTable<R,? extends MOColumn,? extends MOTableModel<R>> table, R row, int type, MOTableRowEvent.OriginType originType)
Creates a table row event based on table, row and type that cannot be canceled by the event listener.
-