Class TextChannelUpdatePositionEvent
- java.lang.Object
- 
- net.dv8tion.jda.api.events.Event
- 
- net.dv8tion.jda.api.events.channel.text.GenericTextChannelEvent
- 
- net.dv8tion.jda.api.events.channel.text.update.GenericTextChannelUpdateEvent<java.lang.Integer>
- 
- net.dv8tion.jda.api.events.channel.text.update.TextChannelUpdatePositionEvent
 
 
 
 
- 
- All Implemented Interfaces:
- GenericEvent,- UpdateEvent<TextChannel,java.lang.Integer>
 
 public class TextChannelUpdatePositionEvent extends GenericTextChannelUpdateEvent<java.lang.Integer> Indicates that aTextChannel's position changed.Can be used to detect when a TextChannel position changes and get its previous position. Identifier: position
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringIDENTIFIER
 - 
Constructor SummaryConstructors Constructor Description TextChannelUpdatePositionEvent(JDA api, long responseNumber, TextChannel channel, int oldPosition)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNewPosition()The new positionintgetOldPosition()The old position- 
Methods inherited from class net.dv8tion.jda.api.events.channel.text.update.GenericTextChannelUpdateEventgetEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
 - 
Methods inherited from class net.dv8tion.jda.api.events.channel.text.GenericTextChannelEventgetChannel, getGuild
 - 
Methods inherited from class net.dv8tion.jda.api.events.EventgetJDA, getResponseNumber
 - 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface net.dv8tion.jda.api.events.GenericEventgetJDA, getResponseNumber
 - 
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEventgetEntityType
 
- 
 
- 
- 
- 
Field Detail- 
IDENTIFIERpublic static final java.lang.String IDENTIFIER - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
TextChannelUpdatePositionEventpublic TextChannelUpdatePositionEvent(@Nonnull JDA api, long responseNumber, @Nonnull TextChannel channel, int oldPosition)
 
- 
 
-