Class FileSystemHookNotificationEvent
- java.lang.Object
-
- org.guvnor.structure.repositories.impl.git.event.FileSystemHookNotificationEvent
-
- All Implemented Interfaces:
org.uberfire.workbench.events.UberFireEvent
- Direct Known Subclasses:
PostCommitNotificationEvent
public abstract class FileSystemHookNotificationEvent extends Object implements org.uberfire.workbench.events.UberFireEvent
-
-
Constructor Summary
Constructors Constructor Description FileSystemHookNotificationEvent(NotificationType type, String text)
-
-
-
Constructor Detail
-
FileSystemHookNotificationEvent
public FileSystemHookNotificationEvent(NotificationType type, String text)
-
-
Method Detail
-
getType
public NotificationType getType()
-
getText
public String getText()
-
-