Uses of Enum Class
org.snmp4j.agent.mo.MOTableRowEvent.OriginType
Packages that use MOTableRowEvent.OriginType
-
Uses of MOTableRowEvent.OriginType in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo that return MOTableRowEvent.OriginTypeModifier and TypeMethodDescriptionMOTableRowEvent.getOriginType()
Gets theMOTableRowEvent.OriginType
of this event.static MOTableRowEvent.OriginType
Returns the enum constant of this class with the specified name.static MOTableRowEvent.OriginType[]
MOTableRowEvent.OriginType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snmp4j.agent.mo with parameters of type MOTableRowEvent.OriginTypeModifier and TypeMethodDescriptionprotected boolean
DefaultMOTable.addRowInternal
(R row, MOTableRowEvent.OriginType originType) Adds the supplied row to the underlying table model and fires the appropriateMOTableRowEvent
.DefaultMOTable.createRowInternal
(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] initialValues, MOTableRowEvent.OriginType originType) Creates a new row for this table with the supplied index and initial values.Constructors in org.snmp4j.agent.mo with parameters of type MOTableRowEvent.OriginTypeModifierConstructorDescriptionMOTableRowEvent
(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.MOTableRowEvent
(Object source, MOTable<R, ? extends MOColumn, ? extends MOTableModel<R>> table, R row, int type, MOTableRowEvent.OriginType originType, boolean deniable) Creates a table row event based on table, row and type that may be canceled by the event listener depending on the specified flag.