Merge branch 'feature/componentevent' of https://github.com/manuelgu/PlotSquared into feature/componentevent

This commit is contained in:
manuelgu 2016-05-28 01:09:25 +02:00
commit a7c965c6b0

View File

@ -11,9 +11,10 @@ public class PlotComponentSetEvent extends AbstractEvent {
private final String component; private final String component;
/** /**
* PlotDeleteEvent: Called when a plot is deleted * PlotDeleteEvent: Called when a plot component is set
* *
* @param plot The plot that was deleted * @param plot The plot
* @param component The component which was set
*/ */
public PlotComponentSetEvent(Plot plot, String component) { public PlotComponentSetEvent(Plot plot, String component) {
this.plot = plot; this.plot = plot;