Package jetbrains.mps.make
Class MakeNotification
- java.lang.Object
 - 
- java.util.EventObject
 - 
- jetbrains.mps.make.MakeNotification
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class MakeNotification extends EventObject
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMakeNotification.Kind 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MakeNotification(IMakeService source, MakeNotification.Kind kind) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MakeNotification.KindgetKind()IMakeServicegetSource()- 
Methods inherited from class java.util.EventObject
toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MakeNotification
public MakeNotification(IMakeService source, MakeNotification.Kind kind)
 
 - 
 
- 
Method Detail
- 
getSource
public IMakeService getSource()
- Overrides:
 getSourcein classEventObject
 
- 
getKind
public MakeNotification.Kind getKind()
 
 - 
 
 -