Class OpenSiteEvent
- java.lang.Object
-
- it.tidalwave.northernwind.rca.ui.event.OpenSiteEvent
-
public class OpenSiteEvent extends java.lang.ObjectAn event that notifies the opening of aSite.- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description OpenSiteEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenSiteEventof(java.nio.file.Path folder)java.lang.StringtoString()
-
-
-
Method Detail
-
of
@Nonnull public static OpenSiteEvent of(@Nonnull java.nio.file.Path folder) throws java.io.IOException
- Throws:
java.io.IOException
-
toString
@Nonnull public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-