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 protected boolean
DefaultMOTable. addRowInternal(R row, MOTableRowEvent.OriginType originType)
Adds the supplied row to the underlying table model and fires the appropriateMOTableRowEvent
.R
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.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.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.
-