Class OpenSiteEvent
- java.lang.Object
-
- it.tidalwave.northernwind.rca.ui.event.OpenSiteEvent
-
public class OpenSiteEvent extends java.lang.Object
An 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 OpenSiteEvent
of(java.nio.file.Path folder)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-